Html Css Color HEX #AFFE08 Spring Bud

📋 copy color: '#AFFE08'

red 175 ◦ green 254 ◦ blue 8

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

Shades of Spring Bud #AFFE08

Tints of Spring Bud #AFFE08

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.12%

 BLUE value IS 8 (3.52% from 255) = 1.83%

R = 40.05%
G = 58.12%
B = 1.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#AFFE08 (or 0xAFFE08) is known color: Spring Bud. HEX triplet: AF, FE and 08. RGB value is (175,254,8). Sum of RGB (Red+Green+Blue) = 175+254+8=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFE08 is #5001F7. Grayscale: #CBCBCB. Windows color (decimal): -5243384 or 589487. OLE color: 589487.

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

Color convert

RGB 175 254 8 -
CMYK 0.31 0 0.97 0.00
HSL 79.27º 0.99% 0.51% -
HSV(B) 79.27º 0.97% 1% -
XYZ 53.16 80.02 12.87 -
YUV 202.34 18.33 108.5 -
System Red Green Blue C M Y K H S L
Decimal 175 254 8 0.31 0 0.97 0.00 79.27 0.99 0.51
Hex AF FE 8 1F 0 61 0 4F 63 33
Octal 257 376 10 37 0 141 0 117 143 63
Binary 10101111 11111110 1000 11111 0 1100001 0 1001111 1100011 110011

Color Harmonies of #AFFE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE08

Black with #AFFE08

Text Example


Text Example

White with #AFFE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE08; }

 p { color: rgb(175,254,8); }

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

background-color css

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

 a { background-color: rgb(175,254,8); }

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

border-color css

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

 span { border-color: rgb(175,254,8); }

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