Shades of Sulu #CDF880
Tints of Sulu #CDF880
RGB
CMYK
RGB Variations
Color information
#CDF880 (or 0xCDF880) is known color: Sulu. HEX triplet: CD, F8 and 80. RGB value is (205,248,128). Sum of RGB (Red+Green+Blue) = 205+248+128=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF880 is #32077F. Grayscale: #DDDDDD. Windows color (decimal): -3278720 or 8452301. OLE color: 8452301.
HSL color Cylindrical-coordinate representation of color #CDF880: hue angle of 81.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDF880 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 128 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.03 |
| HSL | 81.5º | 0.9% | 0.74% | - |
| HSV(B) | 81.5º | 0.48% | 0.97% | - |
| XYZ | 62.64 | 81.67 | 32.88 | - |
| YUV | 221.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 128 | 0.17 | 0 | 0.48 | 0.03 | 81.5 | 0.9 | 0.74 |
| Hex | CD | F8 | 80 | 11 | 0 | 30 | 3 | 52 | 5A | 4A |
| Octal | 315 | 370 | 200 | 21 | 0 | 60 | 3 | 122 | 132 | 112 |
| Binary | 11001101 | 11111000 | 10000000 | 10001 | 0 | 110000 | 11 | 1010010 | 1011010 | 1001010 |
Color Harmonies of #CDF880
Complementary color
Monochromatic Colors of #CDF880
Black with #CDF880
Text Example
Text Example
White with #CDF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF880; }
p { color: rgb(205,248,128); }
H1.HeaderClassName
{
color: #CDF880;
}
.AnyTagClassName
{
color: #CDF880;
}
</style>
background-color css
<style>
a { background-color: #CDF880; }
a { background-color: rgb(205,248,128); }
div.DivClassName
{
background-color: #CDF880;
}
.BgClassName
{
background-color: #CDF880;
}
</style>
border-color css
<style>
span { border-color: #CDF880; }
span { border-color: rgb(205,248,128); }
td.TdClassName
{
border-color: #CDF880;
}
.TagClassName
{
border-color: #CDF880;
}
</style>