Shades of Spring Bud #AFF600
Tints of Spring Bud #AFF600
RGB
CMYK
RGB Variations
Color information
#AFF600 (or 0xAFF600) is known color: Spring Bud. HEX triplet: AF, F6 and 00. RGB value is (175,246,0). Sum of RGB (Red+Green+Blue) = 175+246+0=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 246 (96.48% from 255 or 58.43% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF600 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF600 is #5009FF. Grayscale: #C5C5C5. Windows color (decimal): -5245440 or 63151. OLE color: 63151.
HSL color Cylindrical-coordinate representation of color #AFF600: hue angle of 77.32º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFF600 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.04 |
| HSL | 77.32º | 1% | 0.48% | - |
| HSV(B) | 77.32º | 1% | 0.96% | - |
| XYZ | 50.63 | 75.03 | 11.81 | - |
| YUV | 196.73 | 16.98 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 0 | 0.29 | 0 | 1 | 0.04 | 77.32 | 1 | 0.48 |
| Hex | AF | F6 | 0 | 1D | 0 | 64 | 4 | 4D | 64 | 30 |
| Octal | 257 | 366 | 0 | 35 | 0 | 144 | 4 | 115 | 144 | 60 |
| Binary | 10101111 | 11110110 | 0 | 11101 | 0 | 1100100 | 100 | 1001101 | 1100100 | 110000 |
Color Harmonies of #AFF600
Complementary color
Monochromatic Colors of #AFF600
Black with #AFF600
Text Example
Text Example
White with #AFF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF600; }
p { color: rgb(175,246,0); }
H1.HeaderClassName
{
color: #AFF600;
}
.AnyTagClassName
{
color: #AFF600;
}
</style>
background-color css
<style>
a { background-color: #AFF600; }
a { background-color: rgb(175,246,0); }
div.DivClassName
{
background-color: #AFF600;
}
.BgClassName
{
background-color: #AFF600;
}
</style>
border-color css
<style>
span { border-color: #AFF600; }
span { border-color: rgb(175,246,0); }
td.TdClassName
{
border-color: #AFF600;
}
.TagClassName
{
border-color: #AFF600;
}
</style>