Shades of Sulu #CDF871
Tints of Sulu #CDF871
RGB
CMYK
RGB Variations
Color information
#CDF871 (or 0xCDF871) is known color: Sulu. HEX triplet: CD, F8 and 71. RGB value is (205,248,113). Sum of RGB (Red+Green+Blue) = 205+248+113=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF871 is #32078E. Grayscale: #DCDCDC. Windows color (decimal): -3278735 or 7469261. OLE color: 7469261.
HSL color Cylindrical-coordinate representation of color #CDF871: hue angle of 79.11º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDF871 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 113 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.03 |
| HSL | 79.11º | 0.91% | 0.71% | - |
| HSV(B) | 79.11º | 0.54% | 0.97% | - |
| XYZ | 61.72 | 81.31 | 28.06 | - |
| YUV | 219.75 | 67.75 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 113 | 0.17 | 0 | 0.54 | 0.03 | 79.11 | 0.91 | 0.71 |
| Hex | CD | F8 | 71 | 11 | 0 | 36 | 3 | 4F | 5B | 47 |
| Octal | 315 | 370 | 161 | 21 | 0 | 66 | 3 | 117 | 133 | 107 |
| Binary | 11001101 | 11111000 | 1110001 | 10001 | 0 | 110110 | 11 | 1001111 | 1011011 | 1000111 |
Color Harmonies of #CDF871
Complementary color
Monochromatic Colors of #CDF871
Black with #CDF871
Text Example
Text Example
White with #CDF871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF871; }
p { color: rgb(205,248,113); }
H1.HeaderClassName
{
color: #CDF871;
}
.AnyTagClassName
{
color: #CDF871;
}
</style>
background-color css
<style>
a { background-color: #CDF871; }
a { background-color: rgb(205,248,113); }
div.DivClassName
{
background-color: #CDF871;
}
.BgClassName
{
background-color: #CDF871;
}
</style>
border-color css
<style>
span { border-color: #CDF871; }
span { border-color: rgb(205,248,113); }
td.TdClassName
{
border-color: #CDF871;
}
.TagClassName
{
border-color: #CDF871;
}
</style>