Shades of Sulu #CDF088
Tints of Sulu #CDF088
RGB
CMYK
RGB Variations
Color information
#CDF088 (or 0xCDF088) is known color: Sulu. HEX triplet: CD, F0 and 88. RGB value is (205,240,136). Sum of RGB (Red+Green+Blue) = 205+240+136=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 136 (53.52% from 255 or 23.41% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF088 is #320F77. Grayscale: #DADADA. Windows color (decimal): -3280760 or 8974541. OLE color: 8974541.
HSL color Cylindrical-coordinate representation of color #CDF088: hue angle of 80.19º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDF088 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 136 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.06 |
| HSL | 80.19º | 0.78% | 0.74% | - |
| HSV(B) | 80.19º | 0.43% | 0.94% | - |
| XYZ | 60.78 | 77.08 | 34.97 | - |
| YUV | 217.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 136 | 0.15 | 0 | 0.43 | 0.06 | 80.19 | 0.78 | 0.74 |
| Hex | CD | F0 | 88 | F | 0 | 2B | 6 | 50 | 4E | 4A |
| Octal | 315 | 360 | 210 | 17 | 0 | 53 | 6 | 120 | 116 | 112 |
| Binary | 11001101 | 11110000 | 10001000 | 1111 | 0 | 101011 | 110 | 1010000 | 1001110 | 1001010 |
Color Harmonies of #CDF088
Complementary color
Monochromatic Colors of #CDF088
Black with #CDF088
Text Example
Text Example
White with #CDF088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF088; }
p { color: rgb(205,240,136); }
H1.HeaderClassName
{
color: #CDF088;
}
.AnyTagClassName
{
color: #CDF088;
}
</style>
background-color css
<style>
a { background-color: #CDF088; }
a { background-color: rgb(205,240,136); }
div.DivClassName
{
background-color: #CDF088;
}
.BgClassName
{
background-color: #CDF088;
}
</style>
border-color css
<style>
span { border-color: #CDF088; }
span { border-color: rgb(205,240,136); }
td.TdClassName
{
border-color: #CDF088;
}
.TagClassName
{
border-color: #CDF088;
}
</style>