Shades of Sulu #CFEC8E
Tints of Sulu #CFEC8E
RGB
CMYK
RGB Variations
Color information
#CFEC8E (or 0xCFEC8E) is known color: Sulu. HEX triplet: CF, EC and 8E. RGB value is (207,236,142). Sum of RGB (Red+Green+Blue) = 207+236+142=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEC8E is #301371. Grayscale: #D8D8D8. Windows color (decimal): -3150706 or 9366735. OLE color: 9366735.
HSL color Cylindrical-coordinate representation of color #CFEC8E: hue angle of 78.51º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFEC8E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 142 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.07 |
| HSL | 78.51º | 0.71% | 0.74% | - |
| HSV(B) | 78.51º | 0.4% | 0.93% | - |
| XYZ | 60.61 | 75.21 | 36.91 | - |
| YUV | 216.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 142 | 0.12 | 0 | 0.40 | 0.07 | 78.51 | 0.71 | 0.74 |
| Hex | CF | EC | 8E | C | 0 | 28 | 7 | 4F | 47 | 4A |
| Octal | 317 | 354 | 216 | 14 | 0 | 50 | 7 | 117 | 107 | 112 |
| Binary | 11001111 | 11101100 | 10001110 | 1100 | 0 | 101000 | 111 | 1001111 | 1000111 | 1001010 |
Color Harmonies of #CFEC8E
Complementary color
Monochromatic Colors of #CFEC8E
Black with #CFEC8E
Text Example
Text Example
White with #CFEC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC8E; }
p { color: rgb(207,236,142); }
H1.HeaderClassName
{
color: #CFEC8E;
}
.AnyTagClassName
{
color: #CFEC8E;
}
</style>
background-color css
<style>
a { background-color: #CFEC8E; }
a { background-color: rgb(207,236,142); }
div.DivClassName
{
background-color: #CFEC8E;
}
.BgClassName
{
background-color: #CFEC8E;
}
</style>
border-color css
<style>
span { border-color: #CFEC8E; }
span { border-color: rgb(207,236,142); }
td.TdClassName
{
border-color: #CFEC8E;
}
.TagClassName
{
border-color: #CFEC8E;
}
</style>