Shades of Sulu #CAF579
Tints of Sulu #CAF579
RGB
CMYK
RGB Variations
Color information
#CAF579 (or 0xCAF579) is known color: Sulu. HEX triplet: CA, F5 and 79. RGB value is (202,245,121). Sum of RGB (Red+Green+Blue) = 202+245+121=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 121 (47.66% from 255 or 21.30% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF579 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF579 is #350A86. Grayscale: #DADADA. Windows color (decimal): -3476103 or 7992778. OLE color: 7992778.
HSL color Cylindrical-coordinate representation of color #CAF579: hue angle of 80.81º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAF579 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 121 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.04 |
| HSL | 80.81º | 0.86% | 0.72% | - |
| HSV(B) | 80.81º | 0.51% | 0.96% | - |
| XYZ | 60.46 | 79.24 | 30.2 | - |
| YUV | 218.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 121 | 0.18 | 0 | 0.51 | 0.04 | 80.81 | 0.86 | 0.72 |
| Hex | CA | F5 | 79 | 12 | 0 | 33 | 4 | 51 | 56 | 48 |
| Octal | 312 | 365 | 171 | 22 | 0 | 63 | 4 | 121 | 126 | 110 |
| Binary | 11001010 | 11110101 | 1111001 | 10010 | 0 | 110011 | 100 | 1010001 | 1010110 | 1001000 |
Color Harmonies of #CAF579
Complementary color
Monochromatic Colors of #CAF579
Black with #CAF579
Text Example
Text Example
White with #CAF579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF579; }
p { color: rgb(202,245,121); }
H1.HeaderClassName
{
color: #CAF579;
}
.AnyTagClassName
{
color: #CAF579;
}
</style>
background-color css
<style>
a { background-color: #CAF579; }
a { background-color: rgb(202,245,121); }
div.DivClassName
{
background-color: #CAF579;
}
.BgClassName
{
background-color: #CAF579;
}
</style>
border-color css
<style>
span { border-color: #CAF579; }
span { border-color: rgb(202,245,121); }
td.TdClassName
{
border-color: #CAF579;
}
.TagClassName
{
border-color: #CAF579;
}
</style>