Shades of Sulu #CDE28B
Tints of Sulu #CDE28B
RGB
CMYK
RGB Variations
Color information
#CDE28B (or 0xCDE28B) is known color: Sulu. HEX triplet: CD, E2 and 8B. RGB value is (205,226,139). Sum of RGB (Red+Green+Blue) = 205+226+139=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 139 (54.69% from 255 or 24.39% from 570); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE28B is #321D74. Grayscale: #D2D2D2. Windows color (decimal): -3284341 or 9167565. OLE color: 9167565.
HSL color Cylindrical-coordinate representation of color #CDE28B: hue angle of 74.48º 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 #CDE28B is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
RGB | 205 | 226 | 139 | - |
CMYK | 0.09 | 0 | 0.38 | 0.11 |
HSL | 74.48º | 0.6% | 0.72% | - |
HSV(B) | 74.48º | 0.38% | 0.89% | - |
XYZ | 57.03 | 69.24 | 34.78 | - |
YUV | 209.8 | 88.04 | 124.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 226 | 139 | 0.09 | 0 | 0.38 | 0.11 | 74.48 | 0.6 | 0.72 |
Hex | CD | E2 | 8B | 9 | 0 | 26 | B | 4A | 3C | 48 |
Octal | 315 | 342 | 213 | 11 | 0 | 46 | 13 | 112 | 74 | 110 |
Binary | 11001101 | 11100010 | 10001011 | 1001 | 0 | 100110 | 1011 | 1001010 | 111100 | 1001000 |
Color Harmonies of #CDE28B
Complementary color
Monochromatic Colors of #CDE28B
Black with #CDE28B
Text Example
Text Example
White with #CDE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE28B; }
p { color: rgb(205,226,139); }
H1.HeaderClassName
{
color: #CDE28B;
}
.AnyTagClassName
{
color: #CDE28B;
}
</style>
background-color css
<style>
a { background-color: #CDE28B; }
a { background-color: rgb(205,226,139); }
div.DivClassName
{
background-color: #CDE28B;
}
.BgClassName
{
background-color: #CDE28B;
}
</style>
border-color css
<style>
span { border-color: #CDE28B; }
span { border-color: rgb(205,226,139); }
td.TdClassName
{
border-color: #CDE28B;
}
.TagClassName
{
border-color: #CDE28B;
}
</style>