Html Css Color HEX #AFFD06 Spring Bud

📋 copy color: '#AFFD06'

red 175 ◦ green 253 ◦ blue 6

#AFFD06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #AFFD06

Tints of Spring Bud #AFFD06

RGB

 RED value IS 175 (68.75% from 255) = 40.32%

 GREEN value IS 253 (99.22% from 255) = 58.29%

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 40.32%
G = 58.29%
B = 1.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFFD06 (or 0xAFFD06) is known color: Spring Bud. HEX triplet: AF, FD and 06. RGB value is (175,253,6). Sum of RGB (Red+Green+Blue) = 175+253+6=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 253 (99.22% from 255 or 58.29% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFD06 is #5002F9. Grayscale: #CACACA. Windows color (decimal): -5243642 or 458159. OLE color: 458159.

HSL color Cylindrical-coordinate representation of color #AFFD06: hue angle of 78.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFFD06 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 6 -
CMYK 0.31 0 0.98 0.01
HSL 78.95º 0.98% 0.51% -
HSV(B) 78.95º 0.98% 0.99% -
XYZ 52.84 79.38 12.71 -
YUV 201.52 17.66 109.08 -
System Red Green Blue C M Y K H S L
Decimal 175 253 6 0.31 0 0.98 0.01 78.95 0.98 0.51
Hex AF FD 6 1F 0 62 1 4F 62 33
Octal 257 375 6 37 0 142 1 117 142 63
Binary 10101111 11111101 110 11111 0 1100010 1 1001111 1100010 110011

Color Harmonies of #AFFD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD06

Black with #AFFD06

Text Example


Text Example

White with #AFFD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD06; }

 p { color: rgb(175,253,6); }

 H1.HeaderClassName
 {
   color: #AFFD06;
 }
 .AnyTagClassName
 {
   color: #AFFD06;
 }
</style>

background-color css

<style>
 a { background-color: #AFFD06; }

 a { background-color: rgb(175,253,6); }

 div.DivClassName
 {
   background-color: #AFFD06;
 }
 .BgClassName
 {
   background-color: #AFFD06;
 }
</style>

border-color css

<style>
 span { border-color: #AFFD06; }

 span { border-color: rgb(175,253,6); }

 td.TdClassName
 {
   border-color: #AFFD06;
 }
 .TagClassName
 {
   border-color: #AFFD06;
 }
</style>