Shades of Sulu #CDEA80
Tints of Sulu #CDEA80
RGB
CMYK
RGB Variations
Color information
#CDEA80 (or 0xCDEA80) is known color: Sulu. HEX triplet: CD, EA and 80. RGB value is (205,234,128). Sum of RGB (Red+Green+Blue) = 205+234+128=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEA80 is #32157F. Grayscale: #D5D5D5. Windows color (decimal): -3282304 or 8448717. OLE color: 8448717.
HSL color Cylindrical-coordinate representation of color #CDEA80: hue angle of 76.42º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDEA80 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 128 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.08 |
| HSL | 76.42º | 0.72% | 0.71% | - |
| HSV(B) | 76.42º | 0.45% | 0.92% | - |
| XYZ | 58.5 | 73.38 | 31.5 | - |
| YUV | 213.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 128 | 0.12 | 0 | 0.45 | 0.08 | 76.42 | 0.72 | 0.71 |
| Hex | CD | EA | 80 | C | 0 | 2D | 8 | 4C | 48 | 47 |
| Octal | 315 | 352 | 200 | 14 | 0 | 55 | 10 | 114 | 110 | 107 |
| Binary | 11001101 | 11101010 | 10000000 | 1100 | 0 | 101101 | 1000 | 1001100 | 1001000 | 1000111 |
Color Harmonies of #CDEA80
Complementary color
Monochromatic Colors of #CDEA80
Black with #CDEA80
Text Example
Text Example
White with #CDEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEA80; }
p { color: rgb(205,234,128); }
H1.HeaderClassName
{
color: #CDEA80;
}
.AnyTagClassName
{
color: #CDEA80;
}
</style>
background-color css
<style>
a { background-color: #CDEA80; }
a { background-color: rgb(205,234,128); }
div.DivClassName
{
background-color: #CDEA80;
}
.BgClassName
{
background-color: #CDEA80;
}
</style>
border-color css
<style>
span { border-color: #CDEA80; }
span { border-color: rgb(205,234,128); }
td.TdClassName
{
border-color: #CDEA80;
}
.TagClassName
{
border-color: #CDEA80;
}
</style>