Shades of Sulu #CDF56F
Tints of Sulu #CDF56F
RGB
CMYK
RGB Variations
Color information
#CDF56F (or 0xCDF56F) is known color: Sulu. HEX triplet: CD, F5 and 6F. RGB value is (205,245,111). Sum of RGB (Red+Green+Blue) = 205+245+111=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF56F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF56F is #320A90. Grayscale: #DADADA. Windows color (decimal): -3279505 or 7337421. OLE color: 7337421.
HSL color Cylindrical-coordinate representation of color #CDF56F: hue angle of 77.91º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDF56F is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 111 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.04 |
| HSL | 77.91º | 0.87% | 0.7% | - |
| HSV(B) | 77.91º | 0.55% | 0.96% | - |
| XYZ | 60.7 | 79.43 | 27.17 | - |
| YUV | 217.76 | 67.75 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 111 | 0.16 | 0 | 0.55 | 0.04 | 77.91 | 0.87 | 0.7 |
| Hex | CD | F5 | 6F | 10 | 0 | 37 | 4 | 4E | 57 | 46 |
| Octal | 315 | 365 | 157 | 20 | 0 | 67 | 4 | 116 | 127 | 106 |
| Binary | 11001101 | 11110101 | 1101111 | 10000 | 0 | 110111 | 100 | 1001110 | 1010111 | 1000110 |
Color Harmonies of #CDF56F
Complementary color
Monochromatic Colors of #CDF56F
Black with #CDF56F
Text Example
Text Example
White with #CDF56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF56F; }
p { color: rgb(205,245,111); }
H1.HeaderClassName
{
color: #CDF56F;
}
.AnyTagClassName
{
color: #CDF56F;
}
</style>
background-color css
<style>
a { background-color: #CDF56F; }
a { background-color: rgb(205,245,111); }
div.DivClassName
{
background-color: #CDF56F;
}
.BgClassName
{
background-color: #CDF56F;
}
</style>
border-color css
<style>
span { border-color: #CDF56F; }
span { border-color: rgb(205,245,111); }
td.TdClassName
{
border-color: #CDF56F;
}
.TagClassName
{
border-color: #CDF56F;
}
</style>