Shades of Sulu #CDF486
Tints of Sulu #CDF486
RGB
CMYK
RGB Variations
Color information
#CDF486 (or 0xCDF486) is known color: Sulu. HEX triplet: CD, F4 and 86. RGB value is (205,244,134). Sum of RGB (Red+Green+Blue) = 205+244+134=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF486 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF486 is #320B79. Grayscale: #DCDCDC. Windows color (decimal): -3279738 or 8844493. OLE color: 8844493.
HSL color Cylindrical-coordinate representation of color #CDF486: hue angle of 81.27º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDF486 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 134 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.04 |
| HSL | 81.27º | 0.83% | 0.74% | - |
| HSV(B) | 81.27º | 0.45% | 0.96% | - |
| XYZ | 61.83 | 79.4 | 34.62 | - |
| YUV | 219.8 | 79.58 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 134 | 0.16 | 0 | 0.45 | 0.04 | 81.27 | 0.83 | 0.74 |
| Hex | CD | F4 | 86 | 10 | 0 | 2D | 4 | 51 | 53 | 4A |
| Octal | 315 | 364 | 206 | 20 | 0 | 55 | 4 | 121 | 123 | 112 |
| Binary | 11001101 | 11110100 | 10000110 | 10000 | 0 | 101101 | 100 | 1010001 | 1010011 | 1001010 |
Color Harmonies of #CDF486
Complementary color
Monochromatic Colors of #CDF486
Black with #CDF486
Text Example
Text Example
White with #CDF486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF486; }
p { color: rgb(205,244,134); }
H1.HeaderClassName
{
color: #CDF486;
}
.AnyTagClassName
{
color: #CDF486;
}
</style>
background-color css
<style>
a { background-color: #CDF486; }
a { background-color: rgb(205,244,134); }
div.DivClassName
{
background-color: #CDF486;
}
.BgClassName
{
background-color: #CDF486;
}
</style>
border-color css
<style>
span { border-color: #CDF486; }
span { border-color: rgb(205,244,134); }
td.TdClassName
{
border-color: #CDF486;
}
.TagClassName
{
border-color: #CDF486;
}
</style>