Shades of Sulu #CAF18E
Tints of Sulu #CAF18E
RGB
CMYK
RGB Variations
Color information
#CAF18E (or 0xCAF18E) is known color: Sulu. HEX triplet: CA, F1 and 8E. RGB value is (202,241,142). Sum of RGB (Red+Green+Blue) = 202+241+142=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF18E is #350E71. Grayscale: #DADADA. Windows color (decimal): -3477106 or 9368010. OLE color: 9368010.
HSL color Cylindrical-coordinate representation of color #CAF18E: hue angle of 83.64º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAF18E is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 142 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.05 |
| HSL | 83.64º | 0.78% | 0.75% | - |
| HSV(B) | 83.64º | 0.41% | 0.95% | - |
| XYZ | 60.69 | 77.42 | 37.34 | - |
| YUV | 218.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 142 | 0.16 | 0 | 0.41 | 0.05 | 83.64 | 0.78 | 0.75 |
| Hex | CA | F1 | 8E | 10 | 0 | 29 | 5 | 54 | 4E | 4B |
| Octal | 312 | 361 | 216 | 20 | 0 | 51 | 5 | 124 | 116 | 113 |
| Binary | 11001010 | 11110001 | 10001110 | 10000 | 0 | 101001 | 101 | 1010100 | 1001110 | 1001011 |
Color Harmonies of #CAF18E
Complementary color
Monochromatic Colors of #CAF18E
Black with #CAF18E
Text Example
Text Example
White with #CAF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF18E; }
p { color: rgb(202,241,142); }
H1.HeaderClassName
{
color: #CAF18E;
}
.AnyTagClassName
{
color: #CAF18E;
}
</style>
background-color css
<style>
a { background-color: #CAF18E; }
a { background-color: rgb(202,241,142); }
div.DivClassName
{
background-color: #CAF18E;
}
.BgClassName
{
background-color: #CAF18E;
}
</style>
border-color css
<style>
span { border-color: #CAF18E; }
span { border-color: rgb(202,241,142); }
td.TdClassName
{
border-color: #CAF18E;
}
.TagClassName
{
border-color: #CAF18E;
}
</style>