Shades of Mindaro #CDFC4E
Tints of Mindaro #CDFC4E
RGB
CMYK
RGB Variations
Color information
#CDFC4E (or 0xCDFC4E) is known color: Mindaro. HEX triplet: CD, FC and 4E. RGB value is (205,252,78). Sum of RGB (Red+Green+Blue) = 205+252+78=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC4E is #3203B1. Grayscale: #DADADA. Windows color (decimal): -3277746 or 5176525. OLE color: 5176525.
HSL color Cylindrical-coordinate representation of color #CDFC4E: hue angle of 76.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDFC4E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 78 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.01 |
| HSL | 76.21º | 0.97% | 0.65% | - |
| HSV(B) | 76.21º | 0.69% | 0.99% | - |
| XYZ | 61.36 | 83.15 | 20.02 | - |
| YUV | 218.11 | 48.93 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 78 | 0.19 | 0 | 0.69 | 0.01 | 76.21 | 0.97 | 0.65 |
| Hex | CD | FC | 4E | 13 | 0 | 45 | 1 | 4C | 61 | 41 |
| Octal | 315 | 374 | 116 | 23 | 0 | 105 | 1 | 114 | 141 | 101 |
| Binary | 11001101 | 11111100 | 1001110 | 10011 | 0 | 1000101 | 1 | 1001100 | 1100001 | 1000001 |
Color Harmonies of #CDFC4E
Complementary color
Monochromatic Colors of #CDFC4E
Black with #CDFC4E
Text Example
Text Example
White with #CDFC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC4E; }
p { color: rgb(205,252,78); }
H1.HeaderClassName
{
color: #CDFC4E;
}
.AnyTagClassName
{
color: #CDFC4E;
}
</style>
background-color css
<style>
a { background-color: #CDFC4E; }
a { background-color: rgb(205,252,78); }
div.DivClassName
{
background-color: #CDFC4E;
}
.BgClassName
{
background-color: #CDFC4E;
}
</style>
border-color css
<style>
span { border-color: #CDFC4E; }
span { border-color: rgb(205,252,78); }
td.TdClassName
{
border-color: #CDFC4E;
}
.TagClassName
{
border-color: #CDFC4E;
}
</style>