Shades of Sulu #CAF86D
Tints of Sulu #CAF86D
RGB
CMYK
RGB Variations
Color information
#CAF86D (or 0xCAF86D) is known color: Sulu. HEX triplet: CA, F8 and 6D. RGB value is (202,248,109). Sum of RGB (Red+Green+Blue) = 202+248+109=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF86D is #350792. Grayscale: #DADADA. Windows color (decimal): -3475347 or 7207114. OLE color: 7207114.
HSL color Cylindrical-coordinate representation of color #CAF86D: hue angle of 79.86º 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 #CAF86D is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 109 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.03 |
| HSL | 79.86º | 0.91% | 0.7% | - |
| HSV(B) | 79.86º | 0.56% | 0.97% | - |
| XYZ | 60.68 | 80.8 | 26.86 | - |
| YUV | 218.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 109 | 0.19 | 0 | 0.56 | 0.03 | 79.86 | 0.91 | 0.7 |
| Hex | CA | F8 | 6D | 13 | 0 | 38 | 3 | 50 | 5B | 46 |
| Octal | 312 | 370 | 155 | 23 | 0 | 70 | 3 | 120 | 133 | 106 |
| Binary | 11001010 | 11111000 | 1101101 | 10011 | 0 | 111000 | 11 | 1010000 | 1011011 | 1000110 |
Color Harmonies of #CAF86D
Complementary color
Monochromatic Colors of #CAF86D
Black with #CAF86D
Text Example
Text Example
White with #CAF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF86D; }
p { color: rgb(202,248,109); }
H1.HeaderClassName
{
color: #CAF86D;
}
.AnyTagClassName
{
color: #CAF86D;
}
</style>
background-color css
<style>
a { background-color: #CAF86D; }
a { background-color: rgb(202,248,109); }
div.DivClassName
{
background-color: #CAF86D;
}
.BgClassName
{
background-color: #CAF86D;
}
</style>
border-color css
<style>
span { border-color: #CAF86D; }
span { border-color: rgb(202,248,109); }
td.TdClassName
{
border-color: #CAF86D;
}
.TagClassName
{
border-color: #CAF86D;
}
</style>