Shades of Sulu #CEEC74
Tints of Sulu #CEEC74
RGB
CMYK
RGB Variations
Color information
#CEEC74 (or 0xCEEC74) is known color: Sulu. HEX triplet: CE, EC and 74. RGB value is (206,236,116). Sum of RGB (Red+Green+Blue) = 206+236+116=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC74 is #31138B. Grayscale: #D5D5D5. Windows color (decimal): -3216268 or 7662798. OLE color: 7662798.
HSL color Cylindrical-coordinate representation of color #CEEC74: hue angle of 75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEEC74 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 116 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.07 |
| HSL | 75º | 0.76% | 0.69% | - |
| HSV(B) | 75º | 0.51% | 0.93% | - |
| XYZ | 58.6 | 74.37 | 27.79 | - |
| YUV | 213.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 116 | 0.13 | 0 | 0.51 | 0.07 | 75 | 0.76 | 0.69 |
| Hex | CE | EC | 74 | D | 0 | 33 | 7 | 4B | 4C | 45 |
| Octal | 316 | 354 | 164 | 15 | 0 | 63 | 7 | 113 | 114 | 105 |
| Binary | 11001110 | 11101100 | 1110100 | 1101 | 0 | 110011 | 111 | 1001011 | 1001100 | 1000101 |
Color Harmonies of #CEEC74
Complementary color
Monochromatic Colors of #CEEC74
Black with #CEEC74
Text Example
Text Example
White with #CEEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC74; }
p { color: rgb(206,236,116); }
H1.HeaderClassName
{
color: #CEEC74;
}
.AnyTagClassName
{
color: #CEEC74;
}
</style>
background-color css
<style>
a { background-color: #CEEC74; }
a { background-color: rgb(206,236,116); }
div.DivClassName
{
background-color: #CEEC74;
}
.BgClassName
{
background-color: #CEEC74;
}
</style>
border-color css
<style>
span { border-color: #CEEC74; }
span { border-color: rgb(206,236,116); }
td.TdClassName
{
border-color: #CEEC74;
}
.TagClassName
{
border-color: #CEEC74;
}
</style>