Shades of Sulu #CEEE8C
Tints of Sulu #CEEE8C
RGB
CMYK
RGB Variations
Color information
#CEEE8C (or 0xCEEE8C) is known color: Sulu. HEX triplet: CE, EE and 8C. RGB value is (206,238,140). Sum of RGB (Red+Green+Blue) = 206+238+140=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEE8C is #311173. Grayscale: #D9D9D9. Windows color (decimal): -3215732 or 9236174. OLE color: 9236174.
HSL color Cylindrical-coordinate representation of color #CEEE8C: hue angle of 79.59º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEEE8C is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 140 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.07 |
| HSL | 79.59º | 0.74% | 0.74% | - |
| HSV(B) | 79.59º | 0.41% | 0.93% | - |
| XYZ | 60.76 | 76.16 | 36.31 | - |
| YUV | 217.26 | 84.4 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 140 | 0.13 | 0 | 0.41 | 0.07 | 79.59 | 0.74 | 0.74 |
| Hex | CE | EE | 8C | D | 0 | 29 | 7 | 50 | 4A | 4A |
| Octal | 316 | 356 | 214 | 15 | 0 | 51 | 7 | 120 | 112 | 112 |
| Binary | 11001110 | 11101110 | 10001100 | 1101 | 0 | 101001 | 111 | 1010000 | 1001010 | 1001010 |
Color Harmonies of #CEEE8C
Complementary color
Monochromatic Colors of #CEEE8C
Black with #CEEE8C
Text Example
Text Example
White with #CEEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE8C; }
p { color: rgb(206,238,140); }
H1.HeaderClassName
{
color: #CEEE8C;
}
.AnyTagClassName
{
color: #CEEE8C;
}
</style>
background-color css
<style>
a { background-color: #CEEE8C; }
a { background-color: rgb(206,238,140); }
div.DivClassName
{
background-color: #CEEE8C;
}
.BgClassName
{
background-color: #CEEE8C;
}
</style>
border-color css
<style>
span { border-color: #CEEE8C; }
span { border-color: rgb(206,238,140); }
td.TdClassName
{
border-color: #CEEE8C;
}
.TagClassName
{
border-color: #CEEE8C;
}
</style>