Shades of Sulu #CDF473
Tints of Sulu #CDF473
RGB
CMYK
RGB Variations
Color information
#CDF473 (or 0xCDF473) is known color: Sulu. HEX triplet: CD, F4 and 73. RGB value is (205,244,115). Sum of RGB (Red+Green+Blue) = 205+244+115=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF473 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF473 is #320B8C. Grayscale: #DADADA. Windows color (decimal): -3279757 or 7599309. OLE color: 7599309.
HSL color Cylindrical-coordinate representation of color #CDF473: hue angle of 78.14º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDF473 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 115 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.04 |
| HSL | 78.14º | 0.85% | 0.7% | - |
| HSV(B) | 78.14º | 0.53% | 0.96% | - |
| XYZ | 60.62 | 78.92 | 28.26 | - |
| YUV | 217.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 115 | 0.16 | 0 | 0.53 | 0.04 | 78.14 | 0.85 | 0.7 |
| Hex | CD | F4 | 73 | 10 | 0 | 35 | 4 | 4E | 55 | 46 |
| Octal | 315 | 364 | 163 | 20 | 0 | 65 | 4 | 116 | 125 | 106 |
| Binary | 11001101 | 11110100 | 1110011 | 10000 | 0 | 110101 | 100 | 1001110 | 1010101 | 1000110 |
Color Harmonies of #CDF473
Complementary color
Monochromatic Colors of #CDF473
Black with #CDF473
Text Example
Text Example
White with #CDF473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF473; }
p { color: rgb(205,244,115); }
H1.HeaderClassName
{
color: #CDF473;
}
.AnyTagClassName
{
color: #CDF473;
}
</style>
background-color css
<style>
a { background-color: #CDF473; }
a { background-color: rgb(205,244,115); }
div.DivClassName
{
background-color: #CDF473;
}
.BgClassName
{
background-color: #CDF473;
}
</style>
border-color css
<style>
span { border-color: #CDF473; }
span { border-color: rgb(205,244,115); }
td.TdClassName
{
border-color: #CDF473;
}
.TagClassName
{
border-color: #CDF473;
}
</style>