Shades of Mindaro #CDF365
Tints of Mindaro #CDF365
RGB
CMYK
RGB Variations
Color information
#CDF365 (or 0xCDF365) is known color: Mindaro. HEX triplet: CD, F3 and 65. RGB value is (205,243,101). Sum of RGB (Red+Green+Blue) = 205+243+101=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF365 is #320C9A. Grayscale: #D7D7D7. Windows color (decimal): -3280027 or 6681549. OLE color: 6681549.
HSL color Cylindrical-coordinate representation of color #CDF365: hue angle of 76.06º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDF365 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 101 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.05 |
| HSL | 76.06º | 0.86% | 0.67% | - |
| HSV(B) | 76.06º | 0.58% | 0.95% | - |
| XYZ | 59.58 | 78.02 | 24.23 | - |
| YUV | 215.45 | 63.41 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 101 | 0.16 | 0 | 0.58 | 0.05 | 76.06 | 0.86 | 0.67 |
| Hex | CD | F3 | 65 | 10 | 0 | 3A | 5 | 4C | 56 | 43 |
| Octal | 315 | 363 | 145 | 20 | 0 | 72 | 5 | 114 | 126 | 103 |
| Binary | 11001101 | 11110011 | 1100101 | 10000 | 0 | 111010 | 101 | 1001100 | 1010110 | 1000011 |
Color Harmonies of #CDF365
Complementary color
Monochromatic Colors of #CDF365
Black with #CDF365
Text Example
Text Example
White with #CDF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF365; }
p { color: rgb(205,243,101); }
H1.HeaderClassName
{
color: #CDF365;
}
.AnyTagClassName
{
color: #CDF365;
}
</style>
background-color css
<style>
a { background-color: #CDF365; }
a { background-color: rgb(205,243,101); }
div.DivClassName
{
background-color: #CDF365;
}
.BgClassName
{
background-color: #CDF365;
}
</style>
border-color css
<style>
span { border-color: #CDF365; }
span { border-color: rgb(205,243,101); }
td.TdClassName
{
border-color: #CDF365;
}
.TagClassName
{
border-color: #CDF365;
}
</style>