Shades of Sulu #CDE780
Tints of Sulu #CDE780
RGB
CMYK
RGB Variations
Color information
#CDE780 (or 0xCDE780) is known color: Sulu. HEX triplet: CD, E7 and 80. RGB value is (205,231,128). Sum of RGB (Red+Green+Blue) = 205+231+128=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE780 is #32187F. Grayscale: #D3D3D3. Windows color (decimal): -3283072 or 8447949. OLE color: 8447949.
HSL color Cylindrical-coordinate representation of color #CDE780: hue angle of 75.15º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDE780 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 128 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.09 |
| HSL | 75.15º | 0.68% | 0.7% | - |
| HSV(B) | 75.15º | 0.45% | 0.91% | - |
| XYZ | 57.65 | 71.69 | 31.22 | - |
| YUV | 211.48 | 80.89 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 128 | 0.11 | 0 | 0.45 | 0.09 | 75.15 | 0.68 | 0.7 |
| Hex | CD | E7 | 80 | B | 0 | 2D | 9 | 4B | 44 | 46 |
| Octal | 315 | 347 | 200 | 13 | 0 | 55 | 11 | 113 | 104 | 106 |
| Binary | 11001101 | 11100111 | 10000000 | 1011 | 0 | 101101 | 1001 | 1001011 | 1000100 | 1000110 |
Color Harmonies of #CDE780
Complementary color
Monochromatic Colors of #CDE780
Black with #CDE780
Text Example
Text Example
White with #CDE780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE780; }
p { color: rgb(205,231,128); }
H1.HeaderClassName
{
color: #CDE780;
}
.AnyTagClassName
{
color: #CDE780;
}
</style>
background-color css
<style>
a { background-color: #CDE780; }
a { background-color: rgb(205,231,128); }
div.DivClassName
{
background-color: #CDE780;
}
.BgClassName
{
background-color: #CDE780;
}
</style>
border-color css
<style>
span { border-color: #CDE780; }
span { border-color: rgb(205,231,128); }
td.TdClassName
{
border-color: #CDE780;
}
.TagClassName
{
border-color: #CDE780;
}
</style>