Shades of Mindaro #CDF360
Tints of Mindaro #CDF360
RGB
CMYK
RGB Variations
Color information
#CDF360 (or 0xCDF360) is known color: Mindaro. HEX triplet: CD, F3 and 60. RGB value is (205,243,96). Sum of RGB (Red+Green+Blue) = 205+243+96=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF360 is #320C9F. Grayscale: #D7D7D7. Windows color (decimal): -3280032 or 6353869. OLE color: 6353869.
HSL color Cylindrical-coordinate representation of color #CDF360: hue angle of 75.51º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDF360 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 96 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.05 |
| HSL | 75.51º | 0.86% | 0.66% | - |
| HSV(B) | 75.51º | 0.6% | 0.95% | - |
| XYZ | 59.34 | 77.92 | 22.98 | - |
| YUV | 214.88 | 60.91 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 96 | 0.16 | 0 | 0.60 | 0.05 | 75.51 | 0.86 | 0.66 |
| Hex | CD | F3 | 60 | 10 | 0 | 3C | 5 | 4C | 56 | 42 |
| Octal | 315 | 363 | 140 | 20 | 0 | 74 | 5 | 114 | 126 | 102 |
| Binary | 11001101 | 11110011 | 1100000 | 10000 | 0 | 111100 | 101 | 1001100 | 1010110 | 1000010 |
Color Harmonies of #CDF360
Complementary color
Monochromatic Colors of #CDF360
Black with #CDF360
Text Example
Text Example
White with #CDF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF360; }
p { color: rgb(205,243,96); }
H1.HeaderClassName
{
color: #CDF360;
}
.AnyTagClassName
{
color: #CDF360;
}
</style>
background-color css
<style>
a { background-color: #CDF360; }
a { background-color: rgb(205,243,96); }
div.DivClassName
{
background-color: #CDF360;
}
.BgClassName
{
background-color: #CDF360;
}
</style>
border-color css
<style>
span { border-color: #CDF360; }
span { border-color: rgb(205,243,96); }
td.TdClassName
{
border-color: #CDF360;
}
.TagClassName
{
border-color: #CDF360;
}
</style>