Shades of Sulu #CDF48B
Tints of Sulu #CDF48B
RGB
CMYK
RGB Variations
Color information
#CDF48B (or 0xCDF48B) is known color: Sulu. HEX triplet: CD, F4 and 8B. RGB value is (205,244,139). Sum of RGB (Red+Green+Blue) = 205+244+139=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF48B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF48B is #320B74. Grayscale: #DCDCDC. Windows color (decimal): -3279733 or 9172173. OLE color: 9172173.
HSL color Cylindrical-coordinate representation of color #CDF48B: hue angle of 82.29º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDF48B is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 139 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.04 |
| HSL | 82.29º | 0.83% | 0.75% | - |
| HSV(B) | 82.29º | 0.43% | 0.96% | - |
| XYZ | 62.19 | 79.54 | 36.5 | - |
| YUV | 220.37 | 82.08 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 139 | 0.16 | 0 | 0.43 | 0.04 | 82.29 | 0.83 | 0.75 |
| Hex | CD | F4 | 8B | 10 | 0 | 2B | 4 | 52 | 53 | 4B |
| Octal | 315 | 364 | 213 | 20 | 0 | 53 | 4 | 122 | 123 | 113 |
| Binary | 11001101 | 11110100 | 10001011 | 10000 | 0 | 101011 | 100 | 1010010 | 1010011 | 1001011 |
Color Harmonies of #CDF48B
Complementary color
Monochromatic Colors of #CDF48B
Black with #CDF48B
Text Example
Text Example
White with #CDF48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF48B; }
p { color: rgb(205,244,139); }
H1.HeaderClassName
{
color: #CDF48B;
}
.AnyTagClassName
{
color: #CDF48B;
}
</style>
background-color css
<style>
a { background-color: #CDF48B; }
a { background-color: rgb(205,244,139); }
div.DivClassName
{
background-color: #CDF48B;
}
.BgClassName
{
background-color: #CDF48B;
}
</style>
border-color css
<style>
span { border-color: #CDF48B; }
span { border-color: rgb(205,244,139); }
td.TdClassName
{
border-color: #CDF48B;
}
.TagClassName
{
border-color: #CDF48B;
}
</style>