Shades of Sulu #CCED7C
Tints of Sulu #CCED7C
RGB
CMYK
RGB Variations
Color information
#CCED7C (or 0xCCED7C) is known color: Sulu. HEX triplet: CC, ED and 7C. RGB value is (204,237,124). Sum of RGB (Red+Green+Blue) = 204+237+124=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED7C is #331283. Grayscale: #D6D6D6. Windows color (decimal): -3347076 or 8187340. OLE color: 8187340.
HSL color Cylindrical-coordinate representation of color #CCED7C: hue angle of 77.52º 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 #CCED7C is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 124 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.07 |
| HSL | 77.52º | 0.76% | 0.71% | - |
| HSV(B) | 77.52º | 0.48% | 0.93% | - |
| XYZ | 58.82 | 74.86 | 30.42 | - |
| YUV | 214.25 | 77.07 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 124 | 0.14 | 0 | 0.48 | 0.07 | 77.52 | 0.76 | 0.71 |
| Hex | CC | ED | 7C | E | 0 | 30 | 7 | 4E | 4C | 47 |
| Octal | 314 | 355 | 174 | 16 | 0 | 60 | 7 | 116 | 114 | 107 |
| Binary | 11001100 | 11101101 | 1111100 | 1110 | 0 | 110000 | 111 | 1001110 | 1001100 | 1000111 |
Color Harmonies of #CCED7C
Complementary color
Monochromatic Colors of #CCED7C
Black with #CCED7C
Text Example
Text Example
White with #CCED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED7C; }
p { color: rgb(204,237,124); }
H1.HeaderClassName
{
color: #CCED7C;
}
.AnyTagClassName
{
color: #CCED7C;
}
</style>
background-color css
<style>
a { background-color: #CCED7C; }
a { background-color: rgb(204,237,124); }
div.DivClassName
{
background-color: #CCED7C;
}
.BgClassName
{
background-color: #CCED7C;
}
</style>
border-color css
<style>
span { border-color: #CCED7C; }
span { border-color: rgb(204,237,124); }
td.TdClassName
{
border-color: #CCED7C;
}
.TagClassName
{
border-color: #CCED7C;
}
</style>