Shades of Sulu #CEED74
Tints of Sulu #CEED74
RGB
CMYK
RGB Variations
Color information
#CEED74 (or 0xCEED74) is known color: Sulu. HEX triplet: CE, ED and 74. RGB value is (206,237,116). Sum of RGB (Red+Green+Blue) = 206+237+116=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED74 is #31128B. Grayscale: #D6D6D6. Windows color (decimal): -3216012 or 7663054. OLE color: 7663054.
HSL color Cylindrical-coordinate representation of color #CEED74: hue angle of 75.37º degrees, saturation: 0.77, 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 #CEED74 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 116 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.07 |
| HSL | 75.37º | 0.77% | 0.69% | - |
| HSV(B) | 75.37º | 0.51% | 0.93% | - |
| XYZ | 58.89 | 74.95 | 27.89 | - |
| YUV | 213.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 116 | 0.13 | 0 | 0.51 | 0.07 | 75.37 | 0.77 | 0.69 |
| Hex | CE | ED | 74 | D | 0 | 33 | 7 | 4B | 4D | 45 |
| Octal | 316 | 355 | 164 | 15 | 0 | 63 | 7 | 113 | 115 | 105 |
| Binary | 11001110 | 11101101 | 1110100 | 1101 | 0 | 110011 | 111 | 1001011 | 1001101 | 1000101 |
Color Harmonies of #CEED74
Complementary color
Monochromatic Colors of #CEED74
Black with #CEED74
Text Example
Text Example
White with #CEED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED74; }
p { color: rgb(206,237,116); }
H1.HeaderClassName
{
color: #CEED74;
}
.AnyTagClassName
{
color: #CEED74;
}
</style>
background-color css
<style>
a { background-color: #CEED74; }
a { background-color: rgb(206,237,116); }
div.DivClassName
{
background-color: #CEED74;
}
.BgClassName
{
background-color: #CEED74;
}
</style>
border-color css
<style>
span { border-color: #CEED74; }
span { border-color: rgb(206,237,116); }
td.TdClassName
{
border-color: #CEED74;
}
.TagClassName
{
border-color: #CEED74;
}
</style>