Shades of Sulu #CAF379
Tints of Sulu #CAF379
RGB
CMYK
RGB Variations
Color information
#CAF379 (or 0xCAF379) is known color: Sulu. HEX triplet: CA, F3 and 79. RGB value is (202,243,121). Sum of RGB (Red+Green+Blue) = 202+243+121=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 121 (47.66% from 255 or 21.38% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF379 is #350C86. Grayscale: #D9D9D9. Windows color (decimal): -3476615 or 7992266. OLE color: 7992266.
HSL color Cylindrical-coordinate representation of color #CAF379: hue angle of 80.16º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAF379 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 121 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.05 |
| HSL | 80.16º | 0.84% | 0.71% | - |
| HSV(B) | 80.16º | 0.5% | 0.95% | - |
| XYZ | 59.86 | 78.04 | 30 | - |
| YUV | 216.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 121 | 0.17 | 0 | 0.50 | 0.05 | 80.16 | 0.84 | 0.71 |
| Hex | CA | F3 | 79 | 11 | 0 | 32 | 5 | 50 | 54 | 47 |
| Octal | 312 | 363 | 171 | 21 | 0 | 62 | 5 | 120 | 124 | 107 |
| Binary | 11001010 | 11110011 | 1111001 | 10001 | 0 | 110010 | 101 | 1010000 | 1010100 | 1000111 |
Color Harmonies of #CAF379
Complementary color
Monochromatic Colors of #CAF379
Black with #CAF379
Text Example
Text Example
White with #CAF379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF379; }
p { color: rgb(202,243,121); }
H1.HeaderClassName
{
color: #CAF379;
}
.AnyTagClassName
{
color: #CAF379;
}
</style>
background-color css
<style>
a { background-color: #CAF379; }
a { background-color: rgb(202,243,121); }
div.DivClassName
{
background-color: #CAF379;
}
.BgClassName
{
background-color: #CAF379;
}
</style>
border-color css
<style>
span { border-color: #CAF379; }
span { border-color: rgb(202,243,121); }
td.TdClassName
{
border-color: #CAF379;
}
.TagClassName
{
border-color: #CAF379;
}
</style>