Shades of Sulu #CDF77E
Tints of Sulu #CDF77E
RGB
CMYK
RGB Variations
Color information
#CDF77E (or 0xCDF77E) is known color: Sulu. HEX triplet: CD, F7 and 7E. RGB value is (205,247,126). Sum of RGB (Red+Green+Blue) = 205+247+126=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF77E is #320881. Grayscale: #DDDDDD. Windows color (decimal): -3278978 or 8320973. OLE color: 8320973.
HSL color Cylindrical-coordinate representation of color #CDF77E: hue angle of 80.83º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDF77E is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 126 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.03 |
| HSL | 80.83º | 0.88% | 0.73% | - |
| HSV(B) | 80.83º | 0.49% | 0.97% | - |
| XYZ | 62.2 | 81.01 | 32.1 | - |
| YUV | 220.65 | 74.59 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 126 | 0.17 | 0 | 0.49 | 0.03 | 80.83 | 0.88 | 0.73 |
| Hex | CD | F7 | 7E | 11 | 0 | 31 | 3 | 51 | 58 | 49 |
| Octal | 315 | 367 | 176 | 21 | 0 | 61 | 3 | 121 | 130 | 111 |
| Binary | 11001101 | 11110111 | 1111110 | 10001 | 0 | 110001 | 11 | 1010001 | 1011000 | 1001001 |
Color Harmonies of #CDF77E
Complementary color
Monochromatic Colors of #CDF77E
Black with #CDF77E
Text Example
Text Example
White with #CDF77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF77E; }
p { color: rgb(205,247,126); }
H1.HeaderClassName
{
color: #CDF77E;
}
.AnyTagClassName
{
color: #CDF77E;
}
</style>
background-color css
<style>
a { background-color: #CDF77E; }
a { background-color: rgb(205,247,126); }
div.DivClassName
{
background-color: #CDF77E;
}
.BgClassName
{
background-color: #CDF77E;
}
</style>
border-color css
<style>
span { border-color: #CDF77E; }
span { border-color: rgb(205,247,126); }
td.TdClassName
{
border-color: #CDF77E;
}
.TagClassName
{
border-color: #CDF77E;
}
</style>