Shades of Sulu #CEE67C
Tints of Sulu #CEE67C
RGB
CMYK
RGB Variations
Color information
#CEE67C (or 0xCEE67C) is known color: Sulu. HEX triplet: CE, E6 and 7C. RGB value is (206,230,124). Sum of RGB (Red+Green+Blue) = 206+230+124=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE67C is #311983. Grayscale: #D3D3D3. Windows color (decimal): -3217796 or 8185550. OLE color: 8185550.
HSL color Cylindrical-coordinate representation of color #CEE67C: hue angle of 73.58º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEE67C is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 124 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.10 |
| HSL | 73.58º | 0.68% | 0.69% | - |
| HSV(B) | 73.58º | 0.46% | 0.9% | - |
| XYZ | 57.39 | 71.17 | 29.78 | - |
| YUV | 210.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 124 | 0.10 | 0 | 0.46 | 0.10 | 73.58 | 0.68 | 0.69 |
| Hex | CE | E6 | 7C | A | 0 | 2E | A | 4A | 44 | 45 |
| Octal | 316 | 346 | 174 | 12 | 0 | 56 | 12 | 112 | 104 | 105 |
| Binary | 11001110 | 11100110 | 1111100 | 1010 | 0 | 101110 | 1010 | 1001010 | 1000100 | 1000101 |
Color Harmonies of #CEE67C
Complementary color
Monochromatic Colors of #CEE67C
Black with #CEE67C
Text Example
Text Example
White with #CEE67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE67C; }
p { color: rgb(206,230,124); }
H1.HeaderClassName
{
color: #CEE67C;
}
.AnyTagClassName
{
color: #CEE67C;
}
</style>
background-color css
<style>
a { background-color: #CEE67C; }
a { background-color: rgb(206,230,124); }
div.DivClassName
{
background-color: #CEE67C;
}
.BgClassName
{
background-color: #CEE67C;
}
</style>
border-color css
<style>
span { border-color: #CEE67C; }
span { border-color: rgb(206,230,124); }
td.TdClassName
{
border-color: #CEE67C;
}
.TagClassName
{
border-color: #CEE67C;
}
</style>