Shades of Sulu #CDF584
Tints of Sulu #CDF584
RGB
CMYK
RGB Variations
Color information
#CDF584 (or 0xCDF584) is known color: Sulu. HEX triplet: CD, F5 and 84. RGB value is (205,245,132). Sum of RGB (Red+Green+Blue) = 205+245+132=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF584 is #320A7B. Grayscale: #DCDCDC. Windows color (decimal): -3279484 or 8713677. OLE color: 8713677.
HSL color Cylindrical-coordinate representation of color #CDF584: hue angle of 81.24º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDF584 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 132 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.04 |
| HSL | 81.24º | 0.85% | 0.74% | - |
| HSV(B) | 81.24º | 0.46% | 0.96% | - |
| XYZ | 61.99 | 79.95 | 33.99 | - |
| YUV | 220.16 | 78.25 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 132 | 0.16 | 0 | 0.46 | 0.04 | 81.24 | 0.85 | 0.74 |
| Hex | CD | F5 | 84 | 10 | 0 | 2E | 4 | 51 | 55 | 4A |
| Octal | 315 | 365 | 204 | 20 | 0 | 56 | 4 | 121 | 125 | 112 |
| Binary | 11001101 | 11110101 | 10000100 | 10000 | 0 | 101110 | 100 | 1010001 | 1010101 | 1001010 |
Color Harmonies of #CDF584
Complementary color
Monochromatic Colors of #CDF584
Black with #CDF584
Text Example
Text Example
White with #CDF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF584; }
p { color: rgb(205,245,132); }
H1.HeaderClassName
{
color: #CDF584;
}
.AnyTagClassName
{
color: #CDF584;
}
</style>
background-color css
<style>
a { background-color: #CDF584; }
a { background-color: rgb(205,245,132); }
div.DivClassName
{
background-color: #CDF584;
}
.BgClassName
{
background-color: #CDF584;
}
</style>
border-color css
<style>
span { border-color: #CDF584; }
span { border-color: rgb(205,245,132); }
td.TdClassName
{
border-color: #CDF584;
}
.TagClassName
{
border-color: #CDF584;
}
</style>