Shades of Sulu #CDF588
Tints of Sulu #CDF588
RGB
CMYK
RGB Variations
Color information
#CDF588 (or 0xCDF588) is known color: Sulu. HEX triplet: CD, F5 and 88. RGB value is (205,245,136). Sum of RGB (Red+Green+Blue) = 205+245+136=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF588 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF588 is #320A77. Grayscale: #DDDDDD. Windows color (decimal): -3279480 or 8975821. OLE color: 8975821.
HSL color Cylindrical-coordinate representation of color #CDF588: hue angle of 82.02º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDF588 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 136 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.04 |
| HSL | 82.02º | 0.84% | 0.75% | - |
| HSV(B) | 82.02º | 0.44% | 0.96% | - |
| XYZ | 62.27 | 80.06 | 35.46 | - |
| YUV | 220.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 136 | 0.16 | 0 | 0.44 | 0.04 | 82.02 | 0.84 | 0.75 |
| Hex | CD | F5 | 88 | 10 | 0 | 2C | 4 | 52 | 54 | 4B |
| Octal | 315 | 365 | 210 | 20 | 0 | 54 | 4 | 122 | 124 | 113 |
| Binary | 11001101 | 11110101 | 10001000 | 10000 | 0 | 101100 | 100 | 1010010 | 1010100 | 1001011 |
Color Harmonies of #CDF588
Complementary color
Monochromatic Colors of #CDF588
Black with #CDF588
Text Example
Text Example
White with #CDF588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF588; }
p { color: rgb(205,245,136); }
H1.HeaderClassName
{
color: #CDF588;
}
.AnyTagClassName
{
color: #CDF588;
}
</style>
background-color css
<style>
a { background-color: #CDF588; }
a { background-color: rgb(205,245,136); }
div.DivClassName
{
background-color: #CDF588;
}
.BgClassName
{
background-color: #CDF588;
}
</style>
border-color css
<style>
span { border-color: #CDF588; }
span { border-color: rgb(205,245,136); }
td.TdClassName
{
border-color: #CDF588;
}
.TagClassName
{
border-color: #CDF588;
}
</style>