Shades of Sulu #CEEA8A
Tints of Sulu #CEEA8A
RGB
CMYK
RGB Variations
Color information
#CEEA8A (or 0xCEEA8A) is known color: Sulu. HEX triplet: CE, EA and 8A. RGB value is (206,234,138). Sum of RGB (Red+Green+Blue) = 206+234+138=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA8A is #311575. Grayscale: #D7D7D7. Windows color (decimal): -3216758 or 9104078. OLE color: 9104078.
HSL color Cylindrical-coordinate representation of color #CEEA8A: hue angle of 77.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEEA8A is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 138 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.08 |
| HSL | 77.5º | 0.7% | 0.73% | - |
| HSV(B) | 77.5º | 0.41% | 0.92% | - |
| XYZ | 59.46 | 73.8 | 35.16 | - |
| YUV | 214.68 | 84.72 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 138 | 0.12 | 0 | 0.41 | 0.08 | 77.5 | 0.7 | 0.73 |
| Hex | CE | EA | 8A | C | 0 | 29 | 8 | 4E | 46 | 49 |
| Octal | 316 | 352 | 212 | 14 | 0 | 51 | 10 | 116 | 106 | 111 |
| Binary | 11001110 | 11101010 | 10001010 | 1100 | 0 | 101001 | 1000 | 1001110 | 1000110 | 1001001 |
Color Harmonies of #CEEA8A
Complementary color
Monochromatic Colors of #CEEA8A
Black with #CEEA8A
Text Example
Text Example
White with #CEEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEA8A; }
p { color: rgb(206,234,138); }
H1.HeaderClassName
{
color: #CEEA8A;
}
.AnyTagClassName
{
color: #CEEA8A;
}
</style>
background-color css
<style>
a { background-color: #CEEA8A; }
a { background-color: rgb(206,234,138); }
div.DivClassName
{
background-color: #CEEA8A;
}
.BgClassName
{
background-color: #CEEA8A;
}
</style>
border-color css
<style>
span { border-color: #CEEA8A; }
span { border-color: rgb(206,234,138); }
td.TdClassName
{
border-color: #CEEA8A;
}
.TagClassName
{
border-color: #CEEA8A;
}
</style>