Html Css Color HEX #AFFF08 Spring Bud

📋 copy color: '#AFFF08'

red 175 ◦ green 255 ◦ blue 8

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

Shades of Spring Bud #AFFF08

Tints of Spring Bud #AFFF08

RGB

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

 GREEN value IS 255 (100% from 255) = 58.22%

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

R = 39.95%
G = 58.22%
B = 1.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#AFFF08 (or 0xAFFF08) is known color: Spring Bud. HEX triplet: AF, FF and 08. RGB value is (175,255,8). Sum of RGB (Red+Green+Blue) = 175+255+8=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF08 is #5000F7. Grayscale: #CBCBCB. Windows color (decimal): -5243128 or 589743. OLE color: 589743.

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

Color convert

RGB 175 255 8 -
CMYK 0.31 0 0.97 0
HSL 79.43º 1% 0.52% -
HSV(B) 79.43º 0.97% 1% -
XYZ 53.48 80.65 12.98 -
YUV 202.92 18 108.08 -
System Red Green Blue C M Y K H S L
Decimal 175 255 8 0.31 0 0.97 0 79.43 1 0.52
Hex AF FF 8 1F 0 61 0 4F 64 34
Octal 257 377 10 37 0 141 0 117 144 64
Binary 10101111 11111111 1000 11111 0 1100001 0 1001111 1100100 110100

Color Harmonies of #AFFF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF08

Black with #AFFF08

Text Example


Text Example

White with #AFFF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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