Shades of Sulu #CDF875
Tints of Sulu #CDF875
RGB
CMYK
RGB Variations
Color information
#CDF875 (or 0xCDF875) is known color: Sulu. HEX triplet: CD, F8 and 75. RGB value is (205,248,117). Sum of RGB (Red+Green+Blue) = 205+248+117=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 248 (97.27% from 255 or 43.51% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF875 is #32078A. Grayscale: #DCDCDC. Windows color (decimal): -3278731 or 7731405. OLE color: 7731405.
HSL color Cylindrical-coordinate representation of color #CDF875: hue angle of 79.69º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDF875 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 117 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.03 |
| HSL | 79.69º | 0.9% | 0.72% | - |
| HSV(B) | 79.69º | 0.53% | 0.97% | - |
| XYZ | 61.96 | 81.4 | 29.28 | - |
| YUV | 220.21 | 69.75 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 117 | 0.17 | 0 | 0.53 | 0.03 | 79.69 | 0.9 | 0.72 |
| Hex | CD | F8 | 75 | 11 | 0 | 35 | 3 | 50 | 5A | 48 |
| Octal | 315 | 370 | 165 | 21 | 0 | 65 | 3 | 120 | 132 | 110 |
| Binary | 11001101 | 11111000 | 1110101 | 10001 | 0 | 110101 | 11 | 1010000 | 1011010 | 1001000 |
Color Harmonies of #CDF875
Complementary color
Monochromatic Colors of #CDF875
Black with #CDF875
Text Example
Text Example
White with #CDF875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF875; }
p { color: rgb(205,248,117); }
H1.HeaderClassName
{
color: #CDF875;
}
.AnyTagClassName
{
color: #CDF875;
}
</style>
background-color css
<style>
a { background-color: #CDF875; }
a { background-color: rgb(205,248,117); }
div.DivClassName
{
background-color: #CDF875;
}
.BgClassName
{
background-color: #CDF875;
}
</style>
border-color css
<style>
span { border-color: #CDF875; }
span { border-color: rgb(205,248,117); }
td.TdClassName
{
border-color: #CDF875;
}
.TagClassName
{
border-color: #CDF875;
}
</style>