Shades of Mindaro #CDF363
Tints of Mindaro #CDF363
RGB
CMYK
RGB Variations
Color information
#CDF363 (or 0xCDF363) is known color: Mindaro. HEX triplet: CD, F3 and 63. RGB value is (205,243,99). Sum of RGB (Red+Green+Blue) = 205+243+99=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF363 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF363 is #320C9C. Grayscale: #D7D7D7. Windows color (decimal): -3280029 or 6550477. OLE color: 6550477.
HSL color Cylindrical-coordinate representation of color #CDF363: hue angle of 75.83º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDF363 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 99 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.05 |
| HSL | 75.83º | 0.86% | 0.67% | - |
| HSV(B) | 75.83º | 0.59% | 0.95% | - |
| XYZ | 59.48 | 77.98 | 23.72 | - |
| YUV | 215.22 | 62.41 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 99 | 0.16 | 0 | 0.59 | 0.05 | 75.83 | 0.86 | 0.67 |
| Hex | CD | F3 | 63 | 10 | 0 | 3B | 5 | 4C | 56 | 43 |
| Octal | 315 | 363 | 143 | 20 | 0 | 73 | 5 | 114 | 126 | 103 |
| Binary | 11001101 | 11110011 | 1100011 | 10000 | 0 | 111011 | 101 | 1001100 | 1010110 | 1000011 |
Color Harmonies of #CDF363
Complementary color
Monochromatic Colors of #CDF363
Black with #CDF363
Text Example
Text Example
White with #CDF363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF363; }
p { color: rgb(205,243,99); }
H1.HeaderClassName
{
color: #CDF363;
}
.AnyTagClassName
{
color: #CDF363;
}
</style>
background-color css
<style>
a { background-color: #CDF363; }
a { background-color: rgb(205,243,99); }
div.DivClassName
{
background-color: #CDF363;
}
.BgClassName
{
background-color: #CDF363;
}
</style>
border-color css
<style>
span { border-color: #CDF363; }
span { border-color: rgb(205,243,99); }
td.TdClassName
{
border-color: #CDF363;
}
.TagClassName
{
border-color: #CDF363;
}
</style>