Shades of Sulu #CDF47F
Tints of Sulu #CDF47F
RGB
CMYK
RGB Variations
Color information
#CDF47F (or 0xCDF47F) is known color: Sulu. HEX triplet: CD, F4 and 7F. RGB value is (205,244,127). Sum of RGB (Red+Green+Blue) = 205+244+127=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF47F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF47F is #320B80. Grayscale: #DBDBDB. Windows color (decimal): -3279745 or 8385741. OLE color: 8385741.
HSL color Cylindrical-coordinate representation of color #CDF47F: hue angle of 80º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDF47F is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 127 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.04 |
| HSL | 80º | 0.84% | 0.73% | - |
| HSV(B) | 80º | 0.48% | 0.96% | - |
| XYZ | 61.36 | 79.21 | 32.13 | - |
| YUV | 219 | 76.08 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 127 | 0.16 | 0 | 0.48 | 0.04 | 80 | 0.84 | 0.73 |
| Hex | CD | F4 | 7F | 10 | 0 | 30 | 4 | 50 | 54 | 49 |
| Octal | 315 | 364 | 177 | 20 | 0 | 60 | 4 | 120 | 124 | 111 |
| Binary | 11001101 | 11110100 | 1111111 | 10000 | 0 | 110000 | 100 | 1010000 | 1010100 | 1001001 |
Color Harmonies of #CDF47F
Complementary color
Monochromatic Colors of #CDF47F
Black with #CDF47F
Text Example
Text Example
White with #CDF47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF47F; }
p { color: rgb(205,244,127); }
H1.HeaderClassName
{
color: #CDF47F;
}
.AnyTagClassName
{
color: #CDF47F;
}
</style>
background-color css
<style>
a { background-color: #CDF47F; }
a { background-color: rgb(205,244,127); }
div.DivClassName
{
background-color: #CDF47F;
}
.BgClassName
{
background-color: #CDF47F;
}
</style>
border-color css
<style>
span { border-color: #CDF47F; }
span { border-color: rgb(205,244,127); }
td.TdClassName
{
border-color: #CDF47F;
}
.TagClassName
{
border-color: #CDF47F;
}
</style>