Shades of Sulu #CDE785
Tints of Sulu #CDE785
RGB
CMYK
RGB Variations
Color information
#CDE785 (or 0xCDE785) is known color: Sulu. HEX triplet: CD, E7 and 85. RGB value is (205,231,133). Sum of RGB (Red+Green+Blue) = 205+231+133=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE785 is #32187A. Grayscale: #D4D4D4. Windows color (decimal): -3283067 or 8775629. OLE color: 8775629.
HSL color Cylindrical-coordinate representation of color #CDE785: hue angle of 75.92º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDE785 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 133 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.09 |
| HSL | 75.92º | 0.67% | 0.71% | - |
| HSV(B) | 75.92º | 0.42% | 0.91% | - |
| XYZ | 57.99 | 71.82 | 33 | - |
| YUV | 212.05 | 83.39 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 133 | 0.11 | 0 | 0.42 | 0.09 | 75.92 | 0.67 | 0.71 |
| Hex | CD | E7 | 85 | B | 0 | 2A | 9 | 4C | 43 | 47 |
| Octal | 315 | 347 | 205 | 13 | 0 | 52 | 11 | 114 | 103 | 107 |
| Binary | 11001101 | 11100111 | 10000101 | 1011 | 0 | 101010 | 1001 | 1001100 | 1000011 | 1000111 |
Color Harmonies of #CDE785
Complementary color
Monochromatic Colors of #CDE785
Black with #CDE785
Text Example
Text Example
White with #CDE785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE785; }
p { color: rgb(205,231,133); }
H1.HeaderClassName
{
color: #CDE785;
}
.AnyTagClassName
{
color: #CDE785;
}
</style>
background-color css
<style>
a { background-color: #CDE785; }
a { background-color: rgb(205,231,133); }
div.DivClassName
{
background-color: #CDE785;
}
.BgClassName
{
background-color: #CDE785;
}
</style>
border-color css
<style>
span { border-color: #CDE785; }
span { border-color: rgb(205,231,133); }
td.TdClassName
{
border-color: #CDE785;
}
.TagClassName
{
border-color: #CDE785;
}
</style>