Shades of Mindaro #CDF65F
Tints of Mindaro #CDF65F
RGB
CMYK
RGB Variations
Color information
#CDF65F (or 0xCDF65F) is known color: Mindaro. HEX triplet: CD, F6 and 5F. RGB value is (205,246,95). Sum of RGB (Red+Green+Blue) = 205+246+95=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF65F is #3209A0. Grayscale: #D9D9D9. Windows color (decimal): -3279265 or 6289101. OLE color: 6289101.
HSL color Cylindrical-coordinate representation of color #CDF65F: hue angle of 76.29º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF65F is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 95 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.04 |
| HSL | 76.29º | 0.89% | 0.67% | - |
| HSV(B) | 76.29º | 0.61% | 0.96% | - |
| XYZ | 60.2 | 79.72 | 23.04 | - |
| YUV | 216.53 | 59.42 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 95 | 0.17 | 0 | 0.61 | 0.04 | 76.29 | 0.89 | 0.67 |
| Hex | CD | F6 | 5F | 11 | 0 | 3D | 4 | 4C | 59 | 43 |
| Octal | 315 | 366 | 137 | 21 | 0 | 75 | 4 | 114 | 131 | 103 |
| Binary | 11001101 | 11110110 | 1011111 | 10001 | 0 | 111101 | 100 | 1001100 | 1011001 | 1000011 |
Color Harmonies of #CDF65F
Complementary color
Monochromatic Colors of #CDF65F
Black with #CDF65F
Text Example
Text Example
White with #CDF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF65F; }
p { color: rgb(205,246,95); }
H1.HeaderClassName
{
color: #CDF65F;
}
.AnyTagClassName
{
color: #CDF65F;
}
</style>
background-color css
<style>
a { background-color: #CDF65F; }
a { background-color: rgb(205,246,95); }
div.DivClassName
{
background-color: #CDF65F;
}
.BgClassName
{
background-color: #CDF65F;
}
</style>
border-color css
<style>
span { border-color: #CDF65F; }
span { border-color: rgb(205,246,95); }
td.TdClassName
{
border-color: #CDF65F;
}
.TagClassName
{
border-color: #CDF65F;
}
</style>