Shades of Sulu #CEED7C
Tints of Sulu #CEED7C
RGB
CMYK
RGB Variations
Color information
#CEED7C (or 0xCEED7C) is known color: Sulu. HEX triplet: CE, ED and 7C. RGB value is (206,237,124). Sum of RGB (Red+Green+Blue) = 206+237+124=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED7C is #311283. Grayscale: #D7D7D7. Windows color (decimal): -3216004 or 8187342. OLE color: 8187342.
HSL color Cylindrical-coordinate representation of color #CEED7C: hue angle of 76.46º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CEED7C is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 124 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.07 |
| HSL | 76.46º | 0.76% | 0.71% | - |
| HSV(B) | 76.46º | 0.48% | 0.93% | - |
| XYZ | 59.38 | 75.15 | 30.44 | - |
| YUV | 214.85 | 76.73 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 124 | 0.13 | 0 | 0.48 | 0.07 | 76.46 | 0.76 | 0.71 |
| Hex | CE | ED | 7C | D | 0 | 30 | 7 | 4C | 4C | 47 |
| Octal | 316 | 355 | 174 | 15 | 0 | 60 | 7 | 114 | 114 | 107 |
| Binary | 11001110 | 11101101 | 1111100 | 1101 | 0 | 110000 | 111 | 1001100 | 1001100 | 1000111 |
Color Harmonies of #CEED7C
Complementary color
Monochromatic Colors of #CEED7C
Black with #CEED7C
Text Example
Text Example
White with #CEED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED7C; }
p { color: rgb(206,237,124); }
H1.HeaderClassName
{
color: #CEED7C;
}
.AnyTagClassName
{
color: #CEED7C;
}
</style>
background-color css
<style>
a { background-color: #CEED7C; }
a { background-color: rgb(206,237,124); }
div.DivClassName
{
background-color: #CEED7C;
}
.BgClassName
{
background-color: #CEED7C;
}
</style>
border-color css
<style>
span { border-color: #CEED7C; }
span { border-color: rgb(206,237,124); }
td.TdClassName
{
border-color: #CEED7C;
}
.TagClassName
{
border-color: #CEED7C;
}
</style>