Shades of Sulu #CDF47A
Tints of Sulu #CDF47A
RGB
CMYK
RGB Variations
Color information
#CDF47A (or 0xCDF47A) is known color: Sulu. HEX triplet: CD, F4 and 7A. RGB value is (205,244,122). Sum of RGB (Red+Green+Blue) = 205+244+122=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 244 (95.70% from 255 or 42.73% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF47A is #320B85. Grayscale: #DADADA. Windows color (decimal): -3279750 or 8058061. OLE color: 8058061.
HSL color Cylindrical-coordinate representation of color #CDF47A: hue angle of 79.18º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDF47A is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 122 | - |
| CMYK | 0.16 | 0 | 0.5 | 0.04 |
| HSL | 79.18º | 0.85% | 0.72% | - |
| HSV(B) | 79.18º | 0.5% | 0.96% | - |
| XYZ | 61.04 | 79.09 | 30.46 | - |
| YUV | 218.43 | 73.58 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 122 | 0.16 | 0 | 0.5 | 0.04 | 79.18 | 0.85 | 0.72 |
| Hex | CD | F4 | 7A | 10 | 0 | 32 | 4 | 4F | 55 | 48 |
| Octal | 315 | 364 | 172 | 20 | 0 | 62 | 4 | 117 | 125 | 110 |
| Binary | 11001101 | 11110100 | 1111010 | 10000 | 0 | 110010 | 100 | 1001111 | 1010101 | 1001000 |
Color Harmonies of #CDF47A
Complementary color
Monochromatic Colors of #CDF47A
Black with #CDF47A
Text Example
Text Example
White with #CDF47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF47A; }
p { color: rgb(205,244,122); }
H1.HeaderClassName
{
color: #CDF47A;
}
.AnyTagClassName
{
color: #CDF47A;
}
</style>
background-color css
<style>
a { background-color: #CDF47A; }
a { background-color: rgb(205,244,122); }
div.DivClassName
{
background-color: #CDF47A;
}
.BgClassName
{
background-color: #CDF47A;
}
</style>
border-color css
<style>
span { border-color: #CDF47A; }
span { border-color: rgb(205,244,122); }
td.TdClassName
{
border-color: #CDF47A;
}
.TagClassName
{
border-color: #CDF47A;
}
</style>