Shades of Sulu #CAF971
Tints of Sulu #CAF971
RGB
CMYK
RGB Variations
Color information
#CAF971 (or 0xCAF971) is known color: Sulu. HEX triplet: CA, F9 and 71. RGB value is (202,249,113). Sum of RGB (Red+Green+Blue) = 202+249+113=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF971 is #35068E. Grayscale: #DBDBDB. Windows color (decimal): -3475087 or 7469514. OLE color: 7469514.
HSL color Cylindrical-coordinate representation of color #CAF971: hue angle of 80.74º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAF971 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 113 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.02 |
| HSL | 80.74º | 0.92% | 0.71% | - |
| HSV(B) | 80.74º | 0.55% | 0.98% | - |
| XYZ | 61.21 | 81.5 | 28.13 | - |
| YUV | 219.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 113 | 0.19 | 0 | 0.55 | 0.02 | 80.74 | 0.92 | 0.71 |
| Hex | CA | F9 | 71 | 13 | 0 | 37 | 2 | 51 | 5C | 47 |
| Octal | 312 | 371 | 161 | 23 | 0 | 67 | 2 | 121 | 134 | 107 |
| Binary | 11001010 | 11111001 | 1110001 | 10011 | 0 | 110111 | 10 | 1010001 | 1011100 | 1000111 |
Color Harmonies of #CAF971
Complementary color
Monochromatic Colors of #CAF971
Black with #CAF971
Text Example
Text Example
White with #CAF971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF971; }
p { color: rgb(202,249,113); }
H1.HeaderClassName
{
color: #CAF971;
}
.AnyTagClassName
{
color: #CAF971;
}
</style>
background-color css
<style>
a { background-color: #CAF971; }
a { background-color: rgb(202,249,113); }
div.DivClassName
{
background-color: #CAF971;
}
.BgClassName
{
background-color: #CAF971;
}
</style>
border-color css
<style>
span { border-color: #CAF971; }
span { border-color: rgb(202,249,113); }
td.TdClassName
{
border-color: #CAF971;
}
.TagClassName
{
border-color: #CAF971;
}
</style>