Shades of Sulu #CDE38B
Tints of Sulu #CDE38B
RGB
CMYK
RGB Variations
Color information
#CDE38B (or 0xCDE38B) is known color: Sulu. HEX triplet: CD, E3 and 8B. RGB value is (205,227,139). Sum of RGB (Red+Green+Blue) = 205+227+139=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE38B is #321C74. Grayscale: #D2D2D2. Windows color (decimal): -3284085 or 9167821. OLE color: 9167821.
HSL color Cylindrical-coordinate representation of color #CDE38B: hue angle of 75º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDE38B is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 139 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.11 |
| HSL | 75º | 0.61% | 0.72% | - |
| HSV(B) | 75º | 0.39% | 0.89% | - |
| XYZ | 57.31 | 69.78 | 34.87 | - |
| YUV | 210.39 | 87.71 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 139 | 0.10 | 0 | 0.39 | 0.11 | 75 | 0.61 | 0.72 |
| Hex | CD | E3 | 8B | A | 0 | 27 | B | 4B | 3D | 48 |
| Octal | 315 | 343 | 213 | 12 | 0 | 47 | 13 | 113 | 75 | 110 |
| Binary | 11001101 | 11100011 | 10001011 | 1010 | 0 | 100111 | 1011 | 1001011 | 111101 | 1001000 |
Color Harmonies of #CDE38B
Complementary color
Monochromatic Colors of #CDE38B
Black with #CDE38B
Text Example
Text Example
White with #CDE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE38B; }
p { color: rgb(205,227,139); }
H1.HeaderClassName
{
color: #CDE38B;
}
.AnyTagClassName
{
color: #CDE38B;
}
</style>
background-color css
<style>
a { background-color: #CDE38B; }
a { background-color: rgb(205,227,139); }
div.DivClassName
{
background-color: #CDE38B;
}
.BgClassName
{
background-color: #CDE38B;
}
</style>
border-color css
<style>
span { border-color: #CDE38B; }
span { border-color: rgb(205,227,139); }
td.TdClassName
{
border-color: #CDE38B;
}
.TagClassName
{
border-color: #CDE38B;
}
</style>