Shades of Sulu #CDED7C
Tints of Sulu #CDED7C
RGB
CMYK
RGB Variations
Color information
#CDED7C (or 0xCDED7C) is known color: Sulu. HEX triplet: CD, ED and 7C. RGB value is (205,237,124). Sum of RGB (Red+Green+Blue) = 205+237+124=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #CDED7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDED7C is #321283. Grayscale: #D6D6D6. Windows color (decimal): -3281540 or 8187341. OLE color: 8187341.
HSL color Cylindrical-coordinate representation of color #CDED7C: hue angle of 76.99º 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 #CDED7C is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 124 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.07 |
| HSL | 76.99º | 0.76% | 0.71% | - |
| HSV(B) | 76.99º | 0.48% | 0.93% | - |
| XYZ | 59.1 | 75 | 30.43 | - |
| YUV | 214.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 124 | 0.14 | 0 | 0.48 | 0.07 | 76.99 | 0.76 | 0.71 |
| Hex | CD | ED | 7C | E | 0 | 30 | 7 | 4D | 4C | 47 |
| Octal | 315 | 355 | 174 | 16 | 0 | 60 | 7 | 115 | 114 | 107 |
| Binary | 11001101 | 11101101 | 1111100 | 1110 | 0 | 110000 | 111 | 1001101 | 1001100 | 1000111 |
Color Harmonies of #CDED7C
Complementary color
Monochromatic Colors of #CDED7C
Black with #CDED7C
Text Example
Text Example
White with #CDED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDED7C; }
p { color: rgb(205,237,124); }
H1.HeaderClassName
{
color: #CDED7C;
}
.AnyTagClassName
{
color: #CDED7C;
}
</style>
background-color css
<style>
a { background-color: #CDED7C; }
a { background-color: rgb(205,237,124); }
div.DivClassName
{
background-color: #CDED7C;
}
.BgClassName
{
background-color: #CDED7C;
}
</style>
border-color css
<style>
span { border-color: #CDED7C; }
span { border-color: rgb(205,237,124); }
td.TdClassName
{
border-color: #CDED7C;
}
.TagClassName
{
border-color: #CDED7C;
}
</style>