Shades of Sulu #CDF471
Tints of Sulu #CDF471
RGB
CMYK
RGB Variations
Color information
#CDF471 (or 0xCDF471) is known color: Sulu. HEX triplet: CD, F4 and 71. RGB value is (205,244,113). Sum of RGB (Red+Green+Blue) = 205+244+113=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF471 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF471 is #320B8E. Grayscale: #D9D9D9. Windows color (decimal): -3279759 or 7468237. OLE color: 7468237.
HSL color Cylindrical-coordinate representation of color #CDF471: hue angle of 77.86º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDF471 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 113 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.04 |
| HSL | 77.86º | 0.86% | 0.7% | - |
| HSV(B) | 77.86º | 0.54% | 0.96% | - |
| XYZ | 60.51 | 78.87 | 27.66 | - |
| YUV | 217.41 | 69.08 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 113 | 0.16 | 0 | 0.54 | 0.04 | 77.86 | 0.86 | 0.7 |
| Hex | CD | F4 | 71 | 10 | 0 | 36 | 4 | 4E | 56 | 46 |
| Octal | 315 | 364 | 161 | 20 | 0 | 66 | 4 | 116 | 126 | 106 |
| Binary | 11001101 | 11110100 | 1110001 | 10000 | 0 | 110110 | 100 | 1001110 | 1010110 | 1000110 |
Color Harmonies of #CDF471
Complementary color
Monochromatic Colors of #CDF471
Black with #CDF471
Text Example
Text Example
White with #CDF471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF471; }
p { color: rgb(205,244,113); }
H1.HeaderClassName
{
color: #CDF471;
}
.AnyTagClassName
{
color: #CDF471;
}
</style>
background-color css
<style>
a { background-color: #CDF471; }
a { background-color: rgb(205,244,113); }
div.DivClassName
{
background-color: #CDF471;
}
.BgClassName
{
background-color: #CDF471;
}
</style>
border-color css
<style>
span { border-color: #CDF471; }
span { border-color: rgb(205,244,113); }
td.TdClassName
{
border-color: #CDF471;
}
.TagClassName
{
border-color: #CDF471;
}
</style>