Html Css Color HEX #AFF808 Spring Bud

📋 copy color: '#AFF808'

red 175 ◦ green 248 ◦ blue 8

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

Shades of Spring Bud #AFF808

Tints of Spring Bud #AFF808

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.54%

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

R = 40.6%
G = 57.54%
B = 1.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#AFF808 (or 0xAFF808) is known color: Spring Bud. HEX triplet: AF, F8 and 08. RGB value is (175,248,8). Sum of RGB (Red+Green+Blue) = 175+248+8=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 248 (97.27% from 255 or 57.54% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF808 is #5007F7. Grayscale: #C7C7C7. Windows color (decimal): -5244920 or 587951. OLE color: 587951.

HSL color Cylindrical-coordinate representation of color #AFF808: hue angle of 78.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFF808 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 8 -
CMYK 0.29 0 0.97 0.03
HSL 78.25º 0.94% 0.5% -
HSV(B) 78.25º 0.97% 0.97% -
XYZ 51.29 76.27 12.25 -
YUV 198.81 20.32 111.01 -
System Red Green Blue C M Y K H S L
Decimal 175 248 8 0.29 0 0.97 0.03 78.25 0.94 0.5
Hex AF F8 8 1D 0 61 3 4E 5E 32
Octal 257 370 10 35 0 141 3 116 136 62
Binary 10101111 11111000 1000 11101 0 1100001 11 1001110 1011110 110010

Color Harmonies of #AFF808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF808

Black with #AFF808

Text Example


Text Example

White with #AFF808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF808; }

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

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

background-color css

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

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

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

border-color css

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

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

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