Shades of Sulu #CDE283
Tints of Sulu #CDE283
RGB
CMYK
RGB Variations
Color information
#CDE283 (or 0xCDE283) is known color: Sulu. HEX triplet: CD, E2 and 83. RGB value is (205,226,131). Sum of RGB (Red+Green+Blue) = 205+226+131=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE283 is #321D7C. Grayscale: #D1D1D1. Windows color (decimal): -3284349 or 8643277. OLE color: 8643277.
HSL color Cylindrical-coordinate representation of color #CDE283: hue angle of 73.26º degrees, saturation: 0.62, 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 #CDE283 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 131 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.11 |
| HSL | 73.26º | 0.62% | 0.7% | - |
| HSV(B) | 73.26º | 0.42% | 0.89% | - |
| XYZ | 56.47 | 69.01 | 31.82 | - |
| YUV | 208.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 131 | 0.09 | 0 | 0.42 | 0.11 | 73.26 | 0.62 | 0.7 |
| Hex | CD | E2 | 83 | 9 | 0 | 2A | B | 49 | 3E | 46 |
| Octal | 315 | 342 | 203 | 11 | 0 | 52 | 13 | 111 | 76 | 106 |
| Binary | 11001101 | 11100010 | 10000011 | 1001 | 0 | 101010 | 1011 | 1001001 | 111110 | 1000110 |
Color Harmonies of #CDE283
Complementary color
Monochromatic Colors of #CDE283
Black with #CDE283
Text Example
Text Example
White with #CDE283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE283; }
p { color: rgb(205,226,131); }
H1.HeaderClassName
{
color: #CDE283;
}
.AnyTagClassName
{
color: #CDE283;
}
</style>
background-color css
<style>
a { background-color: #CDE283; }
a { background-color: rgb(205,226,131); }
div.DivClassName
{
background-color: #CDE283;
}
.BgClassName
{
background-color: #CDE283;
}
</style>
border-color css
<style>
span { border-color: #CDE283; }
span { border-color: rgb(205,226,131); }
td.TdClassName
{
border-color: #CDE283;
}
.TagClassName
{
border-color: #CDE283;
}
</style>