Shades of Sulu #CDF47C
Tints of Sulu #CDF47C
RGB
CMYK
RGB Variations
Color information
#CDF47C (or 0xCDF47C) is known color: Sulu. HEX triplet: CD, F4 and 7C. RGB value is (205,244,124). Sum of RGB (Red+Green+Blue) = 205+244+124=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF47C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF47C is #320B83. Grayscale: #DBDBDB. Windows color (decimal): -3279748 or 8189133. OLE color: 8189133.
HSL color Cylindrical-coordinate representation of color #CDF47C: hue angle of 79.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDF47C is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 124 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.04 |
| HSL | 79.5º | 0.85% | 0.72% | - |
| HSV(B) | 79.5º | 0.49% | 0.96% | - |
| XYZ | 61.17 | 79.14 | 31.12 | - |
| YUV | 218.66 | 74.58 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 124 | 0.16 | 0 | 0.49 | 0.04 | 79.5 | 0.85 | 0.72 |
| Hex | CD | F4 | 7C | 10 | 0 | 31 | 4 | 50 | 55 | 48 |
| Octal | 315 | 364 | 174 | 20 | 0 | 61 | 4 | 120 | 125 | 110 |
| Binary | 11001101 | 11110100 | 1111100 | 10000 | 0 | 110001 | 100 | 1010000 | 1010101 | 1001000 |
Color Harmonies of #CDF47C
Complementary color
Monochromatic Colors of #CDF47C
Black with #CDF47C
Text Example
Text Example
White with #CDF47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF47C; }
p { color: rgb(205,244,124); }
H1.HeaderClassName
{
color: #CDF47C;
}
.AnyTagClassName
{
color: #CDF47C;
}
</style>
background-color css
<style>
a { background-color: #CDF47C; }
a { background-color: rgb(205,244,124); }
div.DivClassName
{
background-color: #CDF47C;
}
.BgClassName
{
background-color: #CDF47C;
}
</style>
border-color css
<style>
span { border-color: #CDF47C; }
span { border-color: rgb(205,244,124); }
td.TdClassName
{
border-color: #CDF47C;
}
.TagClassName
{
border-color: #CDF47C;
}
</style>