Shades of Sulu #CAF686
Tints of Sulu #CAF686
RGB
CMYK
RGB Variations
Color information
#CAF686 (or 0xCAF686) is known color: Sulu. HEX triplet: CA, F6 and 86. RGB value is (202,246,134). Sum of RGB (Red+Green+Blue) = 202+246+134=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF686 is #350979. Grayscale: #DCDCDC. Windows color (decimal): -3475834 or 8845002. OLE color: 8845002.
HSL color Cylindrical-coordinate representation of color #CAF686: hue angle of 83.57º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAF686 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 134 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.04 |
| HSL | 83.57º | 0.86% | 0.75% | - |
| HSV(B) | 83.57º | 0.46% | 0.96% | - |
| XYZ | 61.62 | 80.19 | 34.78 | - |
| YUV | 220.08 | 79.42 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 134 | 0.18 | 0 | 0.46 | 0.04 | 83.57 | 0.86 | 0.75 |
| Hex | CA | F6 | 86 | 12 | 0 | 2E | 4 | 54 | 56 | 4B |
| Octal | 312 | 366 | 206 | 22 | 0 | 56 | 4 | 124 | 126 | 113 |
| Binary | 11001010 | 11110110 | 10000110 | 10010 | 0 | 101110 | 100 | 1010100 | 1010110 | 1001011 |
Color Harmonies of #CAF686
Complementary color
Monochromatic Colors of #CAF686
Black with #CAF686
Text Example
Text Example
White with #CAF686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF686; }
p { color: rgb(202,246,134); }
H1.HeaderClassName
{
color: #CAF686;
}
.AnyTagClassName
{
color: #CAF686;
}
</style>
background-color css
<style>
a { background-color: #CAF686; }
a { background-color: rgb(202,246,134); }
div.DivClassName
{
background-color: #CAF686;
}
.BgClassName
{
background-color: #CAF686;
}
</style>
border-color css
<style>
span { border-color: #CAF686; }
span { border-color: rgb(202,246,134); }
td.TdClassName
{
border-color: #CAF686;
}
.TagClassName
{
border-color: #CAF686;
}
</style>