Shades of Sulu #CFEE8E
Tints of Sulu #CFEE8E
RGB
CMYK
RGB Variations
Color information
#CFEE8E (or 0xCFEE8E) is known color: Sulu. HEX triplet: CF, EE and 8E. RGB value is (207,238,142). Sum of RGB (Red+Green+Blue) = 207+238+142=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEE8E is #301171. Grayscale: #DADADA. Windows color (decimal): -3150194 or 9367247. OLE color: 9367247.
HSL color Cylindrical-coordinate representation of color #CFEE8E: hue angle of 79.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFEE8E is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 142 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.07 |
| HSL | 79.38º | 0.74% | 0.75% | - |
| HSV(B) | 79.38º | 0.4% | 0.93% | - |
| XYZ | 61.19 | 76.37 | 37.11 | - |
| YUV | 217.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 142 | 0.13 | 0 | 0.40 | 0.07 | 79.38 | 0.74 | 0.75 |
| Hex | CF | EE | 8E | D | 0 | 28 | 7 | 4F | 4A | 4B |
| Octal | 317 | 356 | 216 | 15 | 0 | 50 | 7 | 117 | 112 | 113 |
| Binary | 11001111 | 11101110 | 10001110 | 1101 | 0 | 101000 | 111 | 1001111 | 1001010 | 1001011 |
Color Harmonies of #CFEE8E
Complementary color
Monochromatic Colors of #CFEE8E
Black with #CFEE8E
Text Example
Text Example
White with #CFEE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE8E; }
p { color: rgb(207,238,142); }
H1.HeaderClassName
{
color: #CFEE8E;
}
.AnyTagClassName
{
color: #CFEE8E;
}
</style>
background-color css
<style>
a { background-color: #CFEE8E; }
a { background-color: rgb(207,238,142); }
div.DivClassName
{
background-color: #CFEE8E;
}
.BgClassName
{
background-color: #CFEE8E;
}
</style>
border-color css
<style>
span { border-color: #CFEE8E; }
span { border-color: rgb(207,238,142); }
td.TdClassName
{
border-color: #CFEE8E;
}
.TagClassName
{
border-color: #CFEE8E;
}
</style>