Shades of Sulu #CDF771
Tints of Sulu #CDF771
RGB
CMYK
RGB Variations
Color information
#CDF771 (or 0xCDF771) is known color: Sulu. HEX triplet: CD, F7 and 71. RGB value is (205,247,113). Sum of RGB (Red+Green+Blue) = 205+247+113=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF771 is #32088E. Grayscale: #DBDBDB. Windows color (decimal): -3278991 or 7469005. OLE color: 7469005.
HSL color Cylindrical-coordinate representation of color #CDF771: hue angle of 78.81º degrees, saturation: 0.89, 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 #CDF771 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 113 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.03 |
| HSL | 78.81º | 0.89% | 0.71% | - |
| HSV(B) | 78.81º | 0.54% | 0.97% | - |
| XYZ | 61.42 | 80.69 | 27.96 | - |
| YUV | 219.17 | 68.09 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 113 | 0.17 | 0 | 0.54 | 0.03 | 78.81 | 0.89 | 0.71 |
| Hex | CD | F7 | 71 | 11 | 0 | 36 | 3 | 4F | 59 | 47 |
| Octal | 315 | 367 | 161 | 21 | 0 | 66 | 3 | 117 | 131 | 107 |
| Binary | 11001101 | 11110111 | 1110001 | 10001 | 0 | 110110 | 11 | 1001111 | 1011001 | 1000111 |
Color Harmonies of #CDF771
Complementary color
Monochromatic Colors of #CDF771
Black with #CDF771
Text Example
Text Example
White with #CDF771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF771; }
p { color: rgb(205,247,113); }
H1.HeaderClassName
{
color: #CDF771;
}
.AnyTagClassName
{
color: #CDF771;
}
</style>
background-color css
<style>
a { background-color: #CDF771; }
a { background-color: rgb(205,247,113); }
div.DivClassName
{
background-color: #CDF771;
}
.BgClassName
{
background-color: #CDF771;
}
</style>
border-color css
<style>
span { border-color: #CDF771; }
span { border-color: rgb(205,247,113); }
td.TdClassName
{
border-color: #CDF771;
}
.TagClassName
{
border-color: #CDF771;
}
</style>