Shades of Sulu #CEE68C
Tints of Sulu #CEE68C
RGB
CMYK
RGB Variations
Color information
#CEE68C (or 0xCEE68C) is known color: Sulu. HEX triplet: CE, E6 and 8C. RGB value is (206,230,140). Sum of RGB (Red+Green+Blue) = 206+230+140=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE68C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE68C is #311973. Grayscale: #D4D4D4. Windows color (decimal): -3217780 or 9234126. OLE color: 9234126.
HSL color Cylindrical-coordinate representation of color #CEE68C: hue angle of 76º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEE68C is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 140 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.10 |
| HSL | 76º | 0.64% | 0.73% | - |
| HSV(B) | 76º | 0.39% | 0.9% | - |
| XYZ | 58.48 | 71.61 | 35.55 | - |
| YUV | 212.56 | 87.05 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 140 | 0.10 | 0 | 0.39 | 0.10 | 76 | 0.64 | 0.73 |
| Hex | CE | E6 | 8C | A | 0 | 27 | A | 4C | 40 | 49 |
| Octal | 316 | 346 | 214 | 12 | 0 | 47 | 12 | 114 | 100 | 111 |
| Binary | 11001110 | 11100110 | 10001100 | 1010 | 0 | 100111 | 1010 | 1001100 | 1000000 | 1001001 |
Color Harmonies of #CEE68C
Complementary color
Monochromatic Colors of #CEE68C
Black with #CEE68C
Text Example
Text Example
White with #CEE68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE68C; }
p { color: rgb(206,230,140); }
H1.HeaderClassName
{
color: #CEE68C;
}
.AnyTagClassName
{
color: #CEE68C;
}
</style>
background-color css
<style>
a { background-color: #CEE68C; }
a { background-color: rgb(206,230,140); }
div.DivClassName
{
background-color: #CEE68C;
}
.BgClassName
{
background-color: #CEE68C;
}
</style>
border-color css
<style>
span { border-color: #CEE68C; }
span { border-color: rgb(206,230,140); }
td.TdClassName
{
border-color: #CEE68C;
}
.TagClassName
{
border-color: #CEE68C;
}
</style>