Shades of Sulu #CAF170
Tints of Sulu #CAF170
RGB
CMYK
RGB Variations
Color information
#CAF170 (or 0xCAF170) is known color: Sulu. HEX triplet: CA, F1 and 70. RGB value is (202,241,112). Sum of RGB (Red+Green+Blue) = 202+241+112=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF170 is #350E8F. Grayscale: #D7D7D7. Windows color (decimal): -3477136 or 7401930. OLE color: 7401930.
HSL color Cylindrical-coordinate representation of color #CAF170: hue angle of 78.14º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAF170 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 112 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.05 |
| HSL | 78.14º | 0.82% | 0.69% | - |
| HSV(B) | 78.14º | 0.54% | 0.95% | - |
| XYZ | 58.74 | 76.64 | 27.03 | - |
| YUV | 214.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 112 | 0.16 | 0 | 0.54 | 0.05 | 78.14 | 0.82 | 0.69 |
| Hex | CA | F1 | 70 | 10 | 0 | 36 | 5 | 4E | 52 | 45 |
| Octal | 312 | 361 | 160 | 20 | 0 | 66 | 5 | 116 | 122 | 105 |
| Binary | 11001010 | 11110001 | 1110000 | 10000 | 0 | 110110 | 101 | 1001110 | 1010010 | 1000101 |
Color Harmonies of #CAF170
Complementary color
Monochromatic Colors of #CAF170
Black with #CAF170
Text Example
Text Example
White with #CAF170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF170; }
p { color: rgb(202,241,112); }
H1.HeaderClassName
{
color: #CAF170;
}
.AnyTagClassName
{
color: #CAF170;
}
</style>
background-color css
<style>
a { background-color: #CAF170; }
a { background-color: rgb(202,241,112); }
div.DivClassName
{
background-color: #CAF170;
}
.BgClassName
{
background-color: #CAF170;
}
</style>
border-color css
<style>
span { border-color: #CAF170; }
span { border-color: rgb(202,241,112); }
td.TdClassName
{
border-color: #CAF170;
}
.TagClassName
{
border-color: #CAF170;
}
</style>