Shades of Mindaro #CDF364
Tints of Mindaro #CDF364
RGB
CMYK
RGB Variations
Color information
#CDF364 (or 0xCDF364) is known color: Mindaro. HEX triplet: CD, F3 and 64. RGB value is (205,243,100). Sum of RGB (Red+Green+Blue) = 205+243+100=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF364 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF364 is #320C9B. Grayscale: #D7D7D7. Windows color (decimal): -3280028 or 6616013. OLE color: 6616013.
HSL color Cylindrical-coordinate representation of color #CDF364: hue angle of 75.94º 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 #CDF364 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 100 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.05 |
| HSL | 75.94º | 0.86% | 0.67% | - |
| HSV(B) | 75.94º | 0.59% | 0.95% | - |
| XYZ | 59.53 | 78 | 23.97 | - |
| YUV | 215.34 | 62.91 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 100 | 0.16 | 0 | 0.59 | 0.05 | 75.94 | 0.86 | 0.67 |
| Hex | CD | F3 | 64 | 10 | 0 | 3B | 5 | 4C | 56 | 43 |
| Octal | 315 | 363 | 144 | 20 | 0 | 73 | 5 | 114 | 126 | 103 |
| Binary | 11001101 | 11110011 | 1100100 | 10000 | 0 | 111011 | 101 | 1001100 | 1010110 | 1000011 |
Color Harmonies of #CDF364
Complementary color
Monochromatic Colors of #CDF364
Black with #CDF364
Text Example
Text Example
White with #CDF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF364; }
p { color: rgb(205,243,100); }
H1.HeaderClassName
{
color: #CDF364;
}
.AnyTagClassName
{
color: #CDF364;
}
</style>
background-color css
<style>
a { background-color: #CDF364; }
a { background-color: rgb(205,243,100); }
div.DivClassName
{
background-color: #CDF364;
}
.BgClassName
{
background-color: #CDF364;
}
</style>
border-color css
<style>
span { border-color: #CDF364; }
span { border-color: rgb(205,243,100); }
td.TdClassName
{
border-color: #CDF364;
}
.TagClassName
{
border-color: #CDF364;
}
</style>