Shades of Sulu #CAF089
Tints of Sulu #CAF089
RGB
CMYK
RGB Variations
Color information
#CAF089 (or 0xCAF089) is known color: Sulu. HEX triplet: CA, F0 and 89. RGB value is (202,240,137). Sum of RGB (Red+Green+Blue) = 202+240+137=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 137 (53.91% from 255 or 23.66% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF089 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF089 is #350F76. Grayscale: #D9D9D9. Windows color (decimal): -3477367 or 9040074. OLE color: 9040074.
HSL color Cylindrical-coordinate representation of color #CAF089: hue angle of 82.14º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAF089 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 137 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.06 |
| HSL | 82.14º | 0.77% | 0.74% | - |
| HSV(B) | 82.14º | 0.43% | 0.94% | - |
| XYZ | 60.03 | 76.68 | 35.3 | - |
| YUV | 216.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 137 | 0.16 | 0 | 0.43 | 0.06 | 82.14 | 0.77 | 0.74 |
| Hex | CA | F0 | 89 | 10 | 0 | 2B | 6 | 52 | 4D | 4A |
| Octal | 312 | 360 | 211 | 20 | 0 | 53 | 6 | 122 | 115 | 112 |
| Binary | 11001010 | 11110000 | 10001001 | 10000 | 0 | 101011 | 110 | 1010010 | 1001101 | 1001010 |
Color Harmonies of #CAF089
Complementary color
Monochromatic Colors of #CAF089
Black with #CAF089
Text Example
Text Example
White with #CAF089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF089; }
p { color: rgb(202,240,137); }
H1.HeaderClassName
{
color: #CAF089;
}
.AnyTagClassName
{
color: #CAF089;
}
</style>
background-color css
<style>
a { background-color: #CAF089; }
a { background-color: rgb(202,240,137); }
div.DivClassName
{
background-color: #CAF089;
}
.BgClassName
{
background-color: #CAF089;
}
</style>
border-color css
<style>
span { border-color: #CAF089; }
span { border-color: rgb(202,240,137); }
td.TdClassName
{
border-color: #CAF089;
}
.TagClassName
{
border-color: #CAF089;
}
</style>