Shades of Mindaro #CDFF4E
Tints of Mindaro #CDFF4E
RGB
CMYK
RGB Variations
Color information
#CDFF4E (or 0xCDFF4E) is known color: Mindaro. HEX triplet: CD, FF and 4E. RGB value is (205,255,78). Sum of RGB (Red+Green+Blue) = 205+255+78=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF4E is #3200B1. Grayscale: #DCDCDC. Windows color (decimal): -3276978 or 5177293. OLE color: 5177293.
HSL color Cylindrical-coordinate representation of color #CDFF4E: hue angle of 76.95º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDFF4E is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 78 | - |
| CMYK | 0.20 | 0 | 0.69 | 0 |
| HSL | 76.95º | 1% | 0.65% | - |
| HSV(B) | 76.95º | 0.69% | 1% | - |
| XYZ | 62.31 | 85.05 | 20.34 | - |
| YUV | 219.87 | 47.94 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 78 | 0.20 | 0 | 0.69 | 0 | 76.95 | 1 | 0.65 |
| Hex | CD | FF | 4E | 14 | 0 | 45 | 0 | 4D | 64 | 41 |
| Octal | 315 | 377 | 116 | 24 | 0 | 105 | 0 | 115 | 144 | 101 |
| Binary | 11001101 | 11111111 | 1001110 | 10100 | 0 | 1000101 | 0 | 1001101 | 1100100 | 1000001 |
Color Harmonies of #CDFF4E
Complementary color
Monochromatic Colors of #CDFF4E
Black with #CDFF4E
Text Example
Text Example
White with #CDFF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF4E; }
p { color: rgb(205,255,78); }
H1.HeaderClassName
{
color: #CDFF4E;
}
.AnyTagClassName
{
color: #CDFF4E;
}
</style>
background-color css
<style>
a { background-color: #CDFF4E; }
a { background-color: rgb(205,255,78); }
div.DivClassName
{
background-color: #CDFF4E;
}
.BgClassName
{
background-color: #CDFF4E;
}
</style>
border-color css
<style>
span { border-color: #CDFF4E; }
span { border-color: rgb(205,255,78); }
td.TdClassName
{
border-color: #CDFF4E;
}
.TagClassName
{
border-color: #CDFF4E;
}
</style>