Shades of Mindaro #CDFE65
Tints of Mindaro #CDFE65
RGB
CMYK
RGB Variations
Color information
#CDFE65 (or 0xCDFE65) is known color: Mindaro. HEX triplet: CD, FE and 65. RGB value is (205,254,101). Sum of RGB (Red+Green+Blue) = 205+254+101=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE65 is #32019A. Grayscale: #DEDEDE. Windows color (decimal): -3277211 or 6684365. OLE color: 6684365.
HSL color Cylindrical-coordinate representation of color #CDFE65: hue angle of 79.22º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDFE65 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 101 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.00 |
| HSL | 79.22º | 0.99% | 0.7% | - |
| HSV(B) | 79.22º | 0.6% | 1% | - |
| XYZ | 62.97 | 84.8 | 25.36 | - |
| YUV | 221.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 101 | 0.19 | 0 | 0.60 | 0.00 | 79.22 | 0.99 | 0.7 |
| Hex | CD | FE | 65 | 13 | 0 | 3C | 0 | 4F | 63 | 46 |
| Octal | 315 | 376 | 145 | 23 | 0 | 74 | 0 | 117 | 143 | 106 |
| Binary | 11001101 | 11111110 | 1100101 | 10011 | 0 | 111100 | 0 | 1001111 | 1100011 | 1000110 |
Color Harmonies of #CDFE65
Complementary color
Monochromatic Colors of #CDFE65
Black with #CDFE65
Text Example
Text Example
White with #CDFE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE65; }
p { color: rgb(205,254,101); }
H1.HeaderClassName
{
color: #CDFE65;
}
.AnyTagClassName
{
color: #CDFE65;
}
</style>
background-color css
<style>
a { background-color: #CDFE65; }
a { background-color: rgb(205,254,101); }
div.DivClassName
{
background-color: #CDFE65;
}
.BgClassName
{
background-color: #CDFE65;
}
</style>
border-color css
<style>
span { border-color: #CDFE65; }
span { border-color: rgb(205,254,101); }
td.TdClassName
{
border-color: #CDFE65;
}
.TagClassName
{
border-color: #CDFE65;
}
</style>