Shades of Sulu #CDF788
Tints of Sulu #CDF788
RGB
CMYK
RGB Variations
Color information
#CDF788 (or 0xCDF788) is known color: Sulu. HEX triplet: CD, F7 and 88. RGB value is (205,247,136). Sum of RGB (Red+Green+Blue) = 205+247+136=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF788 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF788 is #320877. Grayscale: #DEDEDE. Windows color (decimal): -3278968 or 8976333. OLE color: 8976333.
HSL color Cylindrical-coordinate representation of color #CDF788: hue angle of 82.7º degrees, saturation: 0.87, 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 #CDF788 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 136 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.03 |
| HSL | 82.7º | 0.87% | 0.75% | - |
| HSV(B) | 82.7º | 0.45% | 0.97% | - |
| XYZ | 62.88 | 81.28 | 35.67 | - |
| YUV | 221.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 136 | 0.17 | 0 | 0.45 | 0.03 | 82.7 | 0.87 | 0.75 |
| Hex | CD | F7 | 88 | 11 | 0 | 2D | 3 | 53 | 57 | 4B |
| Octal | 315 | 367 | 210 | 21 | 0 | 55 | 3 | 123 | 127 | 113 |
| Binary | 11001101 | 11110111 | 10001000 | 10001 | 0 | 101101 | 11 | 1010011 | 1010111 | 1001011 |
Color Harmonies of #CDF788
Complementary color
Monochromatic Colors of #CDF788
Black with #CDF788
Text Example
Text Example
White with #CDF788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF788; }
p { color: rgb(205,247,136); }
H1.HeaderClassName
{
color: #CDF788;
}
.AnyTagClassName
{
color: #CDF788;
}
</style>
background-color css
<style>
a { background-color: #CDF788; }
a { background-color: rgb(205,247,136); }
div.DivClassName
{
background-color: #CDF788;
}
.BgClassName
{
background-color: #CDF788;
}
</style>
border-color css
<style>
span { border-color: #CDF788; }
span { border-color: rgb(205,247,136); }
td.TdClassName
{
border-color: #CDF788;
}
.TagClassName
{
border-color: #CDF788;
}
</style>