Shades of Sulu #CAF86E
Tints of Sulu #CAF86E
RGB
CMYK
RGB Variations
Color information
#CAF86E (or 0xCAF86E) is known color: Sulu. HEX triplet: CA, F8 and 6E. RGB value is (202,248,110). Sum of RGB (Red+Green+Blue) = 202+248+110=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF86E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF86E is #350791. Grayscale: #DBDBDB. Windows color (decimal): -3475346 or 7272650. OLE color: 7272650.
HSL color Cylindrical-coordinate representation of color #CAF86E: hue angle of 80º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAF86E is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 110 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.03 |
| HSL | 80º | 0.91% | 0.7% | - |
| HSV(B) | 80º | 0.56% | 0.97% | - |
| XYZ | 60.74 | 80.82 | 27.15 | - |
| YUV | 218.51 | 66.76 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 110 | 0.19 | 0 | 0.56 | 0.03 | 80 | 0.91 | 0.7 |
| Hex | CA | F8 | 6E | 13 | 0 | 38 | 3 | 50 | 5B | 46 |
| Octal | 312 | 370 | 156 | 23 | 0 | 70 | 3 | 120 | 133 | 106 |
| Binary | 11001010 | 11111000 | 1101110 | 10011 | 0 | 111000 | 11 | 1010000 | 1011011 | 1000110 |
Color Harmonies of #CAF86E
Complementary color
Monochromatic Colors of #CAF86E
Black with #CAF86E
Text Example
Text Example
White with #CAF86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF86E; }
p { color: rgb(202,248,110); }
H1.HeaderClassName
{
color: #CAF86E;
}
.AnyTagClassName
{
color: #CAF86E;
}
</style>
background-color css
<style>
a { background-color: #CAF86E; }
a { background-color: rgb(202,248,110); }
div.DivClassName
{
background-color: #CAF86E;
}
.BgClassName
{
background-color: #CAF86E;
}
</style>
border-color css
<style>
span { border-color: #CAF86E; }
span { border-color: rgb(202,248,110); }
td.TdClassName
{
border-color: #CAF86E;
}
.TagClassName
{
border-color: #CAF86E;
}
</style>