Shades of Sulu #CDE37E
Tints of Sulu #CDE37E
RGB
CMYK
RGB Variations
Color information
#CDE37E (or 0xCDE37E) is known color: Sulu. HEX triplet: CD, E3 and 7E. RGB value is (205,227,126). Sum of RGB (Red+Green+Blue) = 205+227+126=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE37E is #321C81. Grayscale: #D1D1D1. Windows color (decimal): -3284098 or 8315853. OLE color: 8315853.
HSL color Cylindrical-coordinate representation of color #CDE37E: hue angle of 73.07º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDE37E is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 126 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.11 |
| HSL | 73.07º | 0.64% | 0.69% | - |
| HSV(B) | 73.07º | 0.44% | 0.89% | - |
| XYZ | 56.41 | 69.42 | 30.17 | - |
| YUV | 208.91 | 81.21 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 126 | 0.10 | 0 | 0.44 | 0.11 | 73.07 | 0.64 | 0.69 |
| Hex | CD | E3 | 7E | A | 0 | 2C | B | 49 | 40 | 45 |
| Octal | 315 | 343 | 176 | 12 | 0 | 54 | 13 | 111 | 100 | 105 |
| Binary | 11001101 | 11100011 | 1111110 | 1010 | 0 | 101100 | 1011 | 1001001 | 1000000 | 1000101 |
Color Harmonies of #CDE37E
Complementary color
Monochromatic Colors of #CDE37E
Black with #CDE37E
Text Example
Text Example
White with #CDE37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE37E; }
p { color: rgb(205,227,126); }
H1.HeaderClassName
{
color: #CDE37E;
}
.AnyTagClassName
{
color: #CDE37E;
}
</style>
background-color css
<style>
a { background-color: #CDE37E; }
a { background-color: rgb(205,227,126); }
div.DivClassName
{
background-color: #CDE37E;
}
.BgClassName
{
background-color: #CDE37E;
}
</style>
border-color css
<style>
span { border-color: #CDE37E; }
span { border-color: rgb(205,227,126); }
td.TdClassName
{
border-color: #CDE37E;
}
.TagClassName
{
border-color: #CDE37E;
}
</style>