Shades of Mindaro #CFFD4E
Tints of Mindaro #CFFD4E
RGB
CMYK
RGB Variations
Color information
#CFFD4E (or 0xCFFD4E) is known color: Mindaro. HEX triplet: CF, FD and 4E. RGB value is (207,253,78). Sum of RGB (Red+Green+Blue) = 207+253+78=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD4E is #3002B1. Grayscale: #DBDBDB. Windows color (decimal): -3146418 or 5176783. OLE color: 5176783.
HSL color Cylindrical-coordinate representation of color #CFFD4E: hue angle of 75.77º degrees, saturation: 0.98, 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 #CFFD4E is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 78 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.01 |
| HSL | 75.77º | 0.98% | 0.65% | - |
| HSV(B) | 75.77º | 0.69% | 0.99% | - |
| XYZ | 62.23 | 84.07 | 20.15 | - |
| YUV | 219.3 | 48.26 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 78 | 0.18 | 0 | 0.69 | 0.01 | 75.77 | 0.98 | 0.65 |
| Hex | CF | FD | 4E | 12 | 0 | 45 | 1 | 4C | 62 | 41 |
| Octal | 317 | 375 | 116 | 22 | 0 | 105 | 1 | 114 | 142 | 101 |
| Binary | 11001111 | 11111101 | 1001110 | 10010 | 0 | 1000101 | 1 | 1001100 | 1100010 | 1000001 |
Color Harmonies of #CFFD4E
Complementary color
Monochromatic Colors of #CFFD4E
Black with #CFFD4E
Text Example
Text Example
White with #CFFD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD4E; }
p { color: rgb(207,253,78); }
H1.HeaderClassName
{
color: #CFFD4E;
}
.AnyTagClassName
{
color: #CFFD4E;
}
</style>
background-color css
<style>
a { background-color: #CFFD4E; }
a { background-color: rgb(207,253,78); }
div.DivClassName
{
background-color: #CFFD4E;
}
.BgClassName
{
background-color: #CFFD4E;
}
</style>
border-color css
<style>
span { border-color: #CFFD4E; }
span { border-color: rgb(207,253,78); }
td.TdClassName
{
border-color: #CFFD4E;
}
.TagClassName
{
border-color: #CFFD4E;
}
</style>