Shades of Sulu #CDF888
Tints of Sulu #CDF888
RGB
CMYK
RGB Variations
Color information
#CDF888 (or 0xCDF888) is known color: Sulu. HEX triplet: CD, F8 and 88. RGB value is (205,248,136). Sum of RGB (Red+Green+Blue) = 205+248+136=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 136 (53.52% from 255 or 23.09% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF888 is #320777. Grayscale: #DEDEDE. Windows color (decimal): -3278712 or 8976589. OLE color: 8976589.
HSL color Cylindrical-coordinate representation of color #CDF888: hue angle of 83.04º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDF888 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 136 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.03 |
| HSL | 83.04º | 0.89% | 0.75% | - |
| HSV(B) | 83.04º | 0.45% | 0.97% | - |
| XYZ | 63.19 | 81.89 | 35.77 | - |
| YUV | 222.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 136 | 0.17 | 0 | 0.45 | 0.03 | 83.04 | 0.89 | 0.75 |
| Hex | CD | F8 | 88 | 11 | 0 | 2D | 3 | 53 | 59 | 4B |
| Octal | 315 | 370 | 210 | 21 | 0 | 55 | 3 | 123 | 131 | 113 |
| Binary | 11001101 | 11111000 | 10001000 | 10001 | 0 | 101101 | 11 | 1010011 | 1011001 | 1001011 |
Color Harmonies of #CDF888
Complementary color
Monochromatic Colors of #CDF888
Black with #CDF888
Text Example
Text Example
White with #CDF888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF888; }
p { color: rgb(205,248,136); }
H1.HeaderClassName
{
color: #CDF888;
}
.AnyTagClassName
{
color: #CDF888;
}
</style>
background-color css
<style>
a { background-color: #CDF888; }
a { background-color: rgb(205,248,136); }
div.DivClassName
{
background-color: #CDF888;
}
.BgClassName
{
background-color: #CDF888;
}
</style>
border-color css
<style>
span { border-color: #CDF888; }
span { border-color: rgb(205,248,136); }
td.TdClassName
{
border-color: #CDF888;
}
.TagClassName
{
border-color: #CDF888;
}
</style>