Shades of Sulu #CAF076
Tints of Sulu #CAF076
RGB
CMYK
RGB Variations
Color information
#CAF076 (or 0xCAF076) is known color: Sulu. HEX triplet: CA, F0 and 76. RGB value is (202,240,118). Sum of RGB (Red+Green+Blue) = 202+240+118=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF076 is #350F89. Grayscale: #D7D7D7. Windows color (decimal): -3477386 or 7794890. OLE color: 7794890.
HSL color Cylindrical-coordinate representation of color #CAF076: hue angle of 78.69º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAF076 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 118 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.06 |
| HSL | 78.69º | 0.8% | 0.7% | - |
| HSV(B) | 78.69º | 0.51% | 0.94% | - |
| XYZ | 58.79 | 76.18 | 28.75 | - |
| YUV | 214.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 118 | 0.16 | 0 | 0.51 | 0.06 | 78.69 | 0.8 | 0.7 |
| Hex | CA | F0 | 76 | 10 | 0 | 33 | 6 | 4F | 50 | 46 |
| Octal | 312 | 360 | 166 | 20 | 0 | 63 | 6 | 117 | 120 | 106 |
| Binary | 11001010 | 11110000 | 1110110 | 10000 | 0 | 110011 | 110 | 1001111 | 1010000 | 1000110 |
Color Harmonies of #CAF076
Complementary color
Monochromatic Colors of #CAF076
Black with #CAF076
Text Example
Text Example
White with #CAF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF076; }
p { color: rgb(202,240,118); }
H1.HeaderClassName
{
color: #CAF076;
}
.AnyTagClassName
{
color: #CAF076;
}
</style>
background-color css
<style>
a { background-color: #CAF076; }
a { background-color: rgb(202,240,118); }
div.DivClassName
{
background-color: #CAF076;
}
.BgClassName
{
background-color: #CAF076;
}
</style>
border-color css
<style>
span { border-color: #CAF076; }
span { border-color: rgb(202,240,118); }
td.TdClassName
{
border-color: #CAF076;
}
.TagClassName
{
border-color: #CAF076;
}
</style>