Shades of Sulu #CDE27E
Tints of Sulu #CDE27E
RGB
CMYK
RGB Variations
Color information
#CDE27E (or 0xCDE27E) is known color: Sulu. HEX triplet: CD, E2 and 7E. RGB value is (205,226,126). Sum of RGB (Red+Green+Blue) = 205+226+126=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE27E is #321D81. Grayscale: #D0D0D0. Windows color (decimal): -3284354 or 8315597. OLE color: 8315597.
HSL color Cylindrical-coordinate representation of color #CDE27E: hue angle of 72.6º degrees, saturation: 0.63, 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 #CDE27E is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 126 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.11 |
| HSL | 72.6º | 0.63% | 0.69% | - |
| HSV(B) | 72.6º | 0.44% | 0.89% | - |
| XYZ | 56.14 | 68.88 | 30.07 | - |
| YUV | 208.32 | 81.54 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 126 | 0.09 | 0 | 0.44 | 0.11 | 72.6 | 0.63 | 0.69 |
| Hex | CD | E2 | 7E | 9 | 0 | 2C | B | 49 | 3F | 45 |
| Octal | 315 | 342 | 176 | 11 | 0 | 54 | 13 | 111 | 77 | 105 |
| Binary | 11001101 | 11100010 | 1111110 | 1001 | 0 | 101100 | 1011 | 1001001 | 111111 | 1000101 |
Color Harmonies of #CDE27E
Complementary color
Monochromatic Colors of #CDE27E
Black with #CDE27E
Text Example
Text Example
White with #CDE27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE27E; }
p { color: rgb(205,226,126); }
H1.HeaderClassName
{
color: #CDE27E;
}
.AnyTagClassName
{
color: #CDE27E;
}
</style>
background-color css
<style>
a { background-color: #CDE27E; }
a { background-color: rgb(205,226,126); }
div.DivClassName
{
background-color: #CDE27E;
}
.BgClassName
{
background-color: #CDE27E;
}
</style>
border-color css
<style>
span { border-color: #CDE27E; }
span { border-color: rgb(205,226,126); }
td.TdClassName
{
border-color: #CDE27E;
}
.TagClassName
{
border-color: #CDE27E;
}
</style>