Shades of Sulu #CDF77C
Tints of Sulu #CDF77C
RGB
CMYK
RGB Variations
Color information
#CDF77C (or 0xCDF77C) is known color: Sulu. HEX triplet: CD, F7 and 7C. RGB value is (205,247,124). Sum of RGB (Red+Green+Blue) = 205+247+124=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF77C is #320883. Grayscale: #DCDCDC. Windows color (decimal): -3278980 or 8189901. OLE color: 8189901.
HSL color Cylindrical-coordinate representation of color #CDF77C: hue angle of 80.49º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDF77C is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 124 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.03 |
| HSL | 80.49º | 0.88% | 0.73% | - |
| HSV(B) | 80.49º | 0.5% | 0.97% | - |
| XYZ | 62.08 | 80.96 | 31.42 | - |
| YUV | 220.42 | 73.59 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 124 | 0.17 | 0 | 0.50 | 0.03 | 80.49 | 0.88 | 0.73 |
| Hex | CD | F7 | 7C | 11 | 0 | 32 | 3 | 50 | 58 | 49 |
| Octal | 315 | 367 | 174 | 21 | 0 | 62 | 3 | 120 | 130 | 111 |
| Binary | 11001101 | 11110111 | 1111100 | 10001 | 0 | 110010 | 11 | 1010000 | 1011000 | 1001001 |
Color Harmonies of #CDF77C
Complementary color
Monochromatic Colors of #CDF77C
Black with #CDF77C
Text Example
Text Example
White with #CDF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF77C; }
p { color: rgb(205,247,124); }
H1.HeaderClassName
{
color: #CDF77C;
}
.AnyTagClassName
{
color: #CDF77C;
}
</style>
background-color css
<style>
a { background-color: #CDF77C; }
a { background-color: rgb(205,247,124); }
div.DivClassName
{
background-color: #CDF77C;
}
.BgClassName
{
background-color: #CDF77C;
}
</style>
border-color css
<style>
span { border-color: #CDF77C; }
span { border-color: rgb(205,247,124); }
td.TdClassName
{
border-color: #CDF77C;
}
.TagClassName
{
border-color: #CDF77C;
}
</style>