Shades of Sulu #CDE28C
Tints of Sulu #CDE28C
RGB
CMYK
RGB Variations
Color information
#CDE28C (or 0xCDE28C) is known color: Sulu. HEX triplet: CD, E2 and 8C. RGB value is (205,226,140). Sum of RGB (Red+Green+Blue) = 205+226+140=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE28C is #321D73. Grayscale: #D2D2D2. Windows color (decimal): -3284340 or 9233101. OLE color: 9233101.
HSL color Cylindrical-coordinate representation of color #CDE28C: hue angle of 74.65º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDE28C is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 140 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.11 |
| HSL | 74.65º | 0.6% | 0.72% | - |
| HSV(B) | 74.65º | 0.38% | 0.89% | - |
| XYZ | 57.11 | 69.27 | 35.17 | - |
| YUV | 209.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 140 | 0.09 | 0 | 0.38 | 0.11 | 74.65 | 0.6 | 0.72 |
| Hex | CD | E2 | 8C | 9 | 0 | 26 | B | 4B | 3C | 48 |
| Octal | 315 | 342 | 214 | 11 | 0 | 46 | 13 | 113 | 74 | 110 |
| Binary | 11001101 | 11100010 | 10001100 | 1001 | 0 | 100110 | 1011 | 1001011 | 111100 | 1001000 |
Color Harmonies of #CDE28C
Complementary color
Monochromatic Colors of #CDE28C
Black with #CDE28C
Text Example
Text Example
White with #CDE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE28C; }
p { color: rgb(205,226,140); }
H1.HeaderClassName
{
color: #CDE28C;
}
.AnyTagClassName
{
color: #CDE28C;
}
</style>
background-color css
<style>
a { background-color: #CDE28C; }
a { background-color: rgb(205,226,140); }
div.DivClassName
{
background-color: #CDE28C;
}
.BgClassName
{
background-color: #CDE28C;
}
</style>
border-color css
<style>
span { border-color: #CDE28C; }
span { border-color: rgb(205,226,140); }
td.TdClassName
{
border-color: #CDE28C;
}
.TagClassName
{
border-color: #CDE28C;
}
</style>