Shades of Sulu #CDF76E
Tints of Sulu #CDF76E
RGB
CMYK
RGB Variations
Color information
#CDF76E (or 0xCDF76E) is known color: Sulu. HEX triplet: CD, F7 and 6E. RGB value is (205,247,110). Sum of RGB (Red+Green+Blue) = 205+247+110=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF76E is #320891. Grayscale: #DBDBDB. Windows color (decimal): -3278994 or 7272397. OLE color: 7272397.
HSL color Cylindrical-coordinate representation of color #CDF76E: hue angle of 78.39º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDF76E is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 110 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.03 |
| HSL | 78.39º | 0.9% | 0.7% | - |
| HSV(B) | 78.39º | 0.55% | 0.97% | - |
| XYZ | 61.25 | 80.63 | 27.09 | - |
| YUV | 218.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 110 | 0.17 | 0 | 0.55 | 0.03 | 78.39 | 0.9 | 0.7 |
| Hex | CD | F7 | 6E | 11 | 0 | 37 | 3 | 4E | 5A | 46 |
| Octal | 315 | 367 | 156 | 21 | 0 | 67 | 3 | 116 | 132 | 106 |
| Binary | 11001101 | 11110111 | 1101110 | 10001 | 0 | 110111 | 11 | 1001110 | 1011010 | 1000110 |
Color Harmonies of #CDF76E
Complementary color
Monochromatic Colors of #CDF76E
Black with #CDF76E
Text Example
Text Example
White with #CDF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF76E; }
p { color: rgb(205,247,110); }
H1.HeaderClassName
{
color: #CDF76E;
}
.AnyTagClassName
{
color: #CDF76E;
}
</style>
background-color css
<style>
a { background-color: #CDF76E; }
a { background-color: rgb(205,247,110); }
div.DivClassName
{
background-color: #CDF76E;
}
.BgClassName
{
background-color: #CDF76E;
}
</style>
border-color css
<style>
span { border-color: #CDF76E; }
span { border-color: rgb(205,247,110); }
td.TdClassName
{
border-color: #CDF76E;
}
.TagClassName
{
border-color: #CDF76E;
}
</style>