Shades of Sulu #CDE384
Tints of Sulu #CDE384
RGB
CMYK
RGB Variations
Color information
#CDE384 (or 0xCDE384) is known color: Sulu. HEX triplet: CD, E3 and 84. RGB value is (205,227,132). Sum of RGB (Red+Green+Blue) = 205+227+132=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE384 is #321C7B. Grayscale: #D1D1D1. Windows color (decimal): -3284092 or 8709069. OLE color: 8709069.
HSL color Cylindrical-coordinate representation of color #CDE384: hue angle of 73.89º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDE384 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 132 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.11 |
| HSL | 73.89º | 0.63% | 0.7% | - |
| HSV(B) | 73.89º | 0.42% | 0.89% | - |
| XYZ | 56.81 | 69.58 | 32.27 | - |
| YUV | 209.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 132 | 0.10 | 0 | 0.42 | 0.11 | 73.89 | 0.63 | 0.7 |
| Hex | CD | E3 | 84 | A | 0 | 2A | B | 4A | 3F | 46 |
| Octal | 315 | 343 | 204 | 12 | 0 | 52 | 13 | 112 | 77 | 106 |
| Binary | 11001101 | 11100011 | 10000100 | 1010 | 0 | 101010 | 1011 | 1001010 | 111111 | 1000110 |
Color Harmonies of #CDE384
Complementary color
Monochromatic Colors of #CDE384
Black with #CDE384
Text Example
Text Example
White with #CDE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE384; }
p { color: rgb(205,227,132); }
H1.HeaderClassName
{
color: #CDE384;
}
.AnyTagClassName
{
color: #CDE384;
}
</style>
background-color css
<style>
a { background-color: #CDE384; }
a { background-color: rgb(205,227,132); }
div.DivClassName
{
background-color: #CDE384;
}
.BgClassName
{
background-color: #CDE384;
}
</style>
border-color css
<style>
span { border-color: #CDE384; }
span { border-color: rgb(205,227,132); }
td.TdClassName
{
border-color: #CDE384;
}
.TagClassName
{
border-color: #CDE384;
}
</style>