Shades of Sulu #CDE87A
Tints of Sulu #CDE87A
RGB
CMYK
RGB Variations
Color information
#CDE87A (or 0xCDE87A) is known color: Sulu. HEX triplet: CD, E8 and 7A. RGB value is (205,232,122). Sum of RGB (Red+Green+Blue) = 205+232+122=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE87A is #321785. Grayscale: #D3D3D3. Windows color (decimal): -3282822 or 8054989. OLE color: 8054989.
HSL color Cylindrical-coordinate representation of color #CDE87A: hue angle of 74.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDE87A is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 122 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.09 |
| HSL | 74.73º | 0.71% | 0.69% | - |
| HSV(B) | 74.73º | 0.47% | 0.91% | - |
| XYZ | 57.55 | 72.1 | 29.3 | - |
| YUV | 211.39 | 77.55 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 122 | 0.12 | 0 | 0.47 | 0.09 | 74.73 | 0.71 | 0.69 |
| Hex | CD | E8 | 7A | C | 0 | 2F | 9 | 4B | 47 | 45 |
| Octal | 315 | 350 | 172 | 14 | 0 | 57 | 11 | 113 | 107 | 105 |
| Binary | 11001101 | 11101000 | 1111010 | 1100 | 0 | 101111 | 1001 | 1001011 | 1000111 | 1000101 |
Color Harmonies of #CDE87A
Complementary color
Monochromatic Colors of #CDE87A
Black with #CDE87A
Text Example
Text Example
White with #CDE87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE87A; }
p { color: rgb(205,232,122); }
H1.HeaderClassName
{
color: #CDE87A;
}
.AnyTagClassName
{
color: #CDE87A;
}
</style>
background-color css
<style>
a { background-color: #CDE87A; }
a { background-color: rgb(205,232,122); }
div.DivClassName
{
background-color: #CDE87A;
}
.BgClassName
{
background-color: #CDE87A;
}
</style>
border-color css
<style>
span { border-color: #CDE87A; }
span { border-color: rgb(205,232,122); }
td.TdClassName
{
border-color: #CDE87A;
}
.TagClassName
{
border-color: #CDE87A;
}
</style>