Shades of Sulu #CEEC7D
Tints of Sulu #CEEC7D
RGB
CMYK
RGB Variations
Color information
#CEEC7D (or 0xCEEC7D) is known color: Sulu. HEX triplet: CE, EC and 7D. RGB value is (206,236,125). Sum of RGB (Red+Green+Blue) = 206+236+125=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC7D is #311382. Grayscale: #D6D6D6. Windows color (decimal): -3216259 or 8252622. OLE color: 8252622.
HSL color Cylindrical-coordinate representation of color #CEEC7D: hue angle of 76.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEEC7D is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 125 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.07 |
| HSL | 76.22º | 0.74% | 0.71% | - |
| HSV(B) | 76.22º | 0.47% | 0.93% | - |
| XYZ | 59.15 | 74.59 | 30.68 | - |
| YUV | 214.38 | 77.56 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 125 | 0.13 | 0 | 0.47 | 0.07 | 76.22 | 0.74 | 0.71 |
| Hex | CE | EC | 7D | D | 0 | 2F | 7 | 4C | 4A | 47 |
| Octal | 316 | 354 | 175 | 15 | 0 | 57 | 7 | 114 | 112 | 107 |
| Binary | 11001110 | 11101100 | 1111101 | 1101 | 0 | 101111 | 111 | 1001100 | 1001010 | 1000111 |
Color Harmonies of #CEEC7D
Complementary color
Monochromatic Colors of #CEEC7D
Black with #CEEC7D
Text Example
Text Example
White with #CEEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC7D; }
p { color: rgb(206,236,125); }
H1.HeaderClassName
{
color: #CEEC7D;
}
.AnyTagClassName
{
color: #CEEC7D;
}
</style>
background-color css
<style>
a { background-color: #CEEC7D; }
a { background-color: rgb(206,236,125); }
div.DivClassName
{
background-color: #CEEC7D;
}
.BgClassName
{
background-color: #CEEC7D;
}
</style>
border-color css
<style>
span { border-color: #CEEC7D; }
span { border-color: rgb(206,236,125); }
td.TdClassName
{
border-color: #CEEC7D;
}
.TagClassName
{
border-color: #CEEC7D;
}
</style>