Shades of Sulu #CEEE74
Tints of Sulu #CEEE74
RGB
CMYK
RGB Variations
Color information
#CEEE74 (or 0xCEEE74) is known color: Sulu. HEX triplet: CE, EE and 74. RGB value is (206,238,116). Sum of RGB (Red+Green+Blue) = 206+238+116=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE74 is #31118B. Grayscale: #D6D6D6. Windows color (decimal): -3215756 or 7663310. OLE color: 7663310.
HSL color Cylindrical-coordinate representation of color #CEEE74: hue angle of 75.74º degrees, saturation: 0.78, 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 #CEEE74 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 116 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.07 |
| HSL | 75.74º | 0.78% | 0.69% | - |
| HSV(B) | 75.74º | 0.51% | 0.93% | - |
| XYZ | 59.18 | 75.53 | 27.98 | - |
| YUV | 214.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 116 | 0.13 | 0 | 0.51 | 0.07 | 75.74 | 0.78 | 0.69 |
| Hex | CE | EE | 74 | D | 0 | 33 | 7 | 4C | 4E | 45 |
| Octal | 316 | 356 | 164 | 15 | 0 | 63 | 7 | 114 | 116 | 105 |
| Binary | 11001110 | 11101110 | 1110100 | 1101 | 0 | 110011 | 111 | 1001100 | 1001110 | 1000101 |
Color Harmonies of #CEEE74
Complementary color
Monochromatic Colors of #CEEE74
Black with #CEEE74
Text Example
Text Example
White with #CEEE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE74; }
p { color: rgb(206,238,116); }
H1.HeaderClassName
{
color: #CEEE74;
}
.AnyTagClassName
{
color: #CEEE74;
}
</style>
background-color css
<style>
a { background-color: #CEEE74; }
a { background-color: rgb(206,238,116); }
div.DivClassName
{
background-color: #CEEE74;
}
.BgClassName
{
background-color: #CEEE74;
}
</style>
border-color css
<style>
span { border-color: #CEEE74; }
span { border-color: rgb(206,238,116); }
td.TdClassName
{
border-color: #CEEE74;
}
.TagClassName
{
border-color: #CEEE74;
}
</style>