Shades of Sulu #CEEB8C
Tints of Sulu #CEEB8C
RGB
CMYK
RGB Variations
Color information
#CEEB8C (or 0xCEEB8C) is known color: Sulu. HEX triplet: CE, EB and 8C. RGB value is (206,235,140). Sum of RGB (Red+Green+Blue) = 206+235+140=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEB8C is #311473. Grayscale: #D7D7D7. Windows color (decimal): -3216500 or 9235406. OLE color: 9235406.
HSL color Cylindrical-coordinate representation of color #CEEB8C: hue angle of 78.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEEB8C is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 140 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.08 |
| HSL | 78.32º | 0.7% | 0.74% | - |
| HSV(B) | 78.32º | 0.4% | 0.92% | - |
| XYZ | 59.9 | 74.43 | 36.02 | - |
| YUV | 215.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 140 | 0.12 | 0 | 0.40 | 0.08 | 78.32 | 0.7 | 0.74 |
| Hex | CE | EB | 8C | C | 0 | 28 | 8 | 4E | 46 | 4A |
| Octal | 316 | 353 | 214 | 14 | 0 | 50 | 10 | 116 | 106 | 112 |
| Binary | 11001110 | 11101011 | 10001100 | 1100 | 0 | 101000 | 1000 | 1001110 | 1000110 | 1001010 |
Color Harmonies of #CEEB8C
Complementary color
Monochromatic Colors of #CEEB8C
Black with #CEEB8C
Text Example
Text Example
White with #CEEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEB8C; }
p { color: rgb(206,235,140); }
H1.HeaderClassName
{
color: #CEEB8C;
}
.AnyTagClassName
{
color: #CEEB8C;
}
</style>
background-color css
<style>
a { background-color: #CEEB8C; }
a { background-color: rgb(206,235,140); }
div.DivClassName
{
background-color: #CEEB8C;
}
.BgClassName
{
background-color: #CEEB8C;
}
</style>
border-color css
<style>
span { border-color: #CEEB8C; }
span { border-color: rgb(206,235,140); }
td.TdClassName
{
border-color: #CEEB8C;
}
.TagClassName
{
border-color: #CEEB8C;
}
</style>