Shades of Spring Bud #AFF802
Tints of Spring Bud #AFF802
RGB
CMYK
RGB Variations
Color information
#AFF802 (or 0xAFF802) is known color: Spring Bud. HEX triplet: AF, F8 and 02. RGB value is (175,248,2). Sum of RGB (Red+Green+Blue) = 175+248+2=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 248 (97.27% from 255 or 58.35% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF802 is #5007FD. Grayscale: #C7C7C7. Windows color (decimal): -5244926 or 194735. OLE color: 194735.
HSL color Cylindrical-coordinate representation of color #AFF802: hue angle of 77.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFF802 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.03 |
| HSL | 77.8º | 0.98% | 0.49% | - |
| HSV(B) | 77.8º | 0.99% | 0.97% | - |
| XYZ | 51.26 | 76.25 | 12.07 | - |
| YUV | 198.13 | 17.32 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 2 | 0.29 | 0 | 0.99 | 0.03 | 77.8 | 0.98 | 0.49 |
| Hex | AF | F8 | 2 | 1D | 0 | 63 | 3 | 4E | 62 | 31 |
| Octal | 257 | 370 | 2 | 35 | 0 | 143 | 3 | 116 | 142 | 61 |
| Binary | 10101111 | 11111000 | 10 | 11101 | 0 | 1100011 | 11 | 1001110 | 1100010 | 110001 |
Color Harmonies of #AFF802
Complementary color
Monochromatic Colors of #AFF802
Black with #AFF802
Text Example
Text Example
White with #AFF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF802; }
p { color: rgb(175,248,2); }
H1.HeaderClassName
{
color: #AFF802;
}
.AnyTagClassName
{
color: #AFF802;
}
</style>
background-color css
<style>
a { background-color: #AFF802; }
a { background-color: rgb(175,248,2); }
div.DivClassName
{
background-color: #AFF802;
}
.BgClassName
{
background-color: #AFF802;
}
</style>
border-color css
<style>
span { border-color: #AFF802; }
span { border-color: rgb(175,248,2); }
td.TdClassName
{
border-color: #AFF802;
}
.TagClassName
{
border-color: #AFF802;
}
</style>