Shades of Spring Bud #AFF200
Tints of Spring Bud #AFF200
RGB
CMYK
RGB Variations
Color information
#AFF200 (or 0xAFF200) is known color: Spring Bud. HEX triplet: AF, F2 and 00. RGB value is (175,242,0). Sum of RGB (Red+Green+Blue) = 175+242+0=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 242 (94.92% from 255 or 58.03% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF200 is #500DFF. Grayscale: #C3C3C3. Windows color (decimal): -5246464 or 62127. OLE color: 62127.
HSL color Cylindrical-coordinate representation of color #AFF200: hue angle of 76.61º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFF200 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.05 |
| HSL | 76.61º | 1% | 0.47% | - |
| HSV(B) | 76.61º | 1% | 0.95% | - |
| XYZ | 49.43 | 72.62 | 11.41 | - |
| YUV | 194.38 | 18.3 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 0 | 0.28 | 0 | 1 | 0.05 | 76.61 | 1 | 0.47 |
| Hex | AF | F2 | 0 | 1C | 0 | 64 | 5 | 4D | 64 | 2F |
| Octal | 257 | 362 | 0 | 34 | 0 | 144 | 5 | 115 | 144 | 57 |
| Binary | 10101111 | 11110010 | 0 | 11100 | 0 | 1100100 | 101 | 1001101 | 1100100 | 101111 |
Color Harmonies of #AFF200
Complementary color
Monochromatic Colors of #AFF200
Black with #AFF200
Text Example
Text Example
White with #AFF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF200; }
p { color: rgb(175,242,0); }
H1.HeaderClassName
{
color: #AFF200;
}
.AnyTagClassName
{
color: #AFF200;
}
</style>
background-color css
<style>
a { background-color: #AFF200; }
a { background-color: rgb(175,242,0); }
div.DivClassName
{
background-color: #AFF200;
}
.BgClassName
{
background-color: #AFF200;
}
</style>
border-color css
<style>
span { border-color: #AFF200; }
span { border-color: rgb(175,242,0); }
td.TdClassName
{
border-color: #AFF200;
}
.TagClassName
{
border-color: #AFF200;
}
</style>