Shades of Spring Bud #AFF002
Tints of Spring Bud #AFF002
RGB
CMYK
RGB Variations
Color information
#AFF002 (or 0xAFF002) is known color: Spring Bud. HEX triplet: AF, F0 and 02. RGB value is (175,240,2). Sum of RGB (Red+Green+Blue) = 175+240+2=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 240 (94.14% from 255 or 57.55% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF002 is #500FFD. Grayscale: #C2C2C2. Windows color (decimal): -5246974 or 192687. OLE color: 192687.
HSL color Cylindrical-coordinate representation of color #AFF002: hue angle of 76.39º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFF002 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.06 |
| HSL | 76.39º | 0.98% | 0.47% | - |
| HSV(B) | 76.39º | 0.99% | 0.94% | - |
| XYZ | 48.85 | 71.44 | 11.27 | - |
| YUV | 193.43 | 19.97 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 2 | 0.27 | 0 | 0.99 | 0.06 | 76.39 | 0.98 | 0.47 |
| Hex | AF | F0 | 2 | 1B | 0 | 63 | 6 | 4C | 62 | 2F |
| Octal | 257 | 360 | 2 | 33 | 0 | 143 | 6 | 114 | 142 | 57 |
| Binary | 10101111 | 11110000 | 10 | 11011 | 0 | 1100011 | 110 | 1001100 | 1100010 | 101111 |
Color Harmonies of #AFF002
Complementary color
Monochromatic Colors of #AFF002
Black with #AFF002
Text Example
Text Example
White with #AFF002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF002; }
p { color: rgb(175,240,2); }
H1.HeaderClassName
{
color: #AFF002;
}
.AnyTagClassName
{
color: #AFF002;
}
</style>
background-color css
<style>
a { background-color: #AFF002; }
a { background-color: rgb(175,240,2); }
div.DivClassName
{
background-color: #AFF002;
}
.BgClassName
{
background-color: #AFF002;
}
</style>
border-color css
<style>
span { border-color: #AFF002; }
span { border-color: rgb(175,240,2); }
td.TdClassName
{
border-color: #AFF002;
}
.TagClassName
{
border-color: #AFF002;
}
</style>