Shades of Sulu #CAF973
Tints of Sulu #CAF973
RGB
CMYK
RGB Variations
Color information
#CAF973 (or 0xCAF973) is known color: Sulu. HEX triplet: CA, F9 and 73. RGB value is (202,249,115). Sum of RGB (Red+Green+Blue) = 202+249+115=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF973 is #35068C. Grayscale: #DCDCDC. Windows color (decimal): -3475085 or 7600586. OLE color: 7600586.
HSL color Cylindrical-coordinate representation of color #CAF973: hue angle of 81.04º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAF973 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 115 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.02 |
| HSL | 81.04º | 0.92% | 0.71% | - |
| HSV(B) | 81.04º | 0.54% | 0.98% | - |
| XYZ | 61.33 | 81.55 | 28.73 | - |
| YUV | 219.67 | 68.93 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 115 | 0.19 | 0 | 0.54 | 0.02 | 81.04 | 0.92 | 0.71 |
| Hex | CA | F9 | 73 | 13 | 0 | 36 | 2 | 51 | 5C | 47 |
| Octal | 312 | 371 | 163 | 23 | 0 | 66 | 2 | 121 | 134 | 107 |
| Binary | 11001010 | 11111001 | 1110011 | 10011 | 0 | 110110 | 10 | 1010001 | 1011100 | 1000111 |
Color Harmonies of #CAF973
Complementary color
Monochromatic Colors of #CAF973
Black with #CAF973
Text Example
Text Example
White with #CAF973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF973; }
p { color: rgb(202,249,115); }
H1.HeaderClassName
{
color: #CAF973;
}
.AnyTagClassName
{
color: #CAF973;
}
</style>
background-color css
<style>
a { background-color: #CAF973; }
a { background-color: rgb(202,249,115); }
div.DivClassName
{
background-color: #CAF973;
}
.BgClassName
{
background-color: #CAF973;
}
</style>
border-color css
<style>
span { border-color: #CAF973; }
span { border-color: rgb(202,249,115); }
td.TdClassName
{
border-color: #CAF973;
}
.TagClassName
{
border-color: #CAF973;
}
</style>