Shades of Mindaro #CFFE6C
Tints of Mindaro #CFFE6C
RGB
CMYK
RGB Variations
Color information
#CFFE6C (or 0xCFFE6C) is known color: Mindaro. HEX triplet: CF, FE and 6C. RGB value is (207,254,108). Sum of RGB (Red+Green+Blue) = 207+254+108=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE6C is #300193. Grayscale: #DFDFDF. Windows color (decimal): -3146132 or 7143119. OLE color: 7143119.
HSL color Cylindrical-coordinate representation of color #CFFE6C: hue angle of 79.32º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFFE6C is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 108 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.00 |
| HSL | 79.32º | 0.99% | 0.71% | - |
| HSV(B) | 79.32º | 0.57% | 1% | - |
| XYZ | 63.88 | 85.23 | 27.27 | - |
| YUV | 223.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 108 | 0.19 | 0 | 0.57 | 0.00 | 79.32 | 0.99 | 0.71 |
| Hex | CF | FE | 6C | 13 | 0 | 39 | 0 | 4F | 63 | 47 |
| Octal | 317 | 376 | 154 | 23 | 0 | 71 | 0 | 117 | 143 | 107 |
| Binary | 11001111 | 11111110 | 1101100 | 10011 | 0 | 111001 | 0 | 1001111 | 1100011 | 1000111 |
Color Harmonies of #CFFE6C
Complementary color
Monochromatic Colors of #CFFE6C
Black with #CFFE6C
Text Example
Text Example
White with #CFFE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE6C; }
p { color: rgb(207,254,108); }
H1.HeaderClassName
{
color: #CFFE6C;
}
.AnyTagClassName
{
color: #CFFE6C;
}
</style>
background-color css
<style>
a { background-color: #CFFE6C; }
a { background-color: rgb(207,254,108); }
div.DivClassName
{
background-color: #CFFE6C;
}
.BgClassName
{
background-color: #CFFE6C;
}
</style>
border-color css
<style>
span { border-color: #CFFE6C; }
span { border-color: rgb(207,254,108); }
td.TdClassName
{
border-color: #CFFE6C;
}
.TagClassName
{
border-color: #CFFE6C;
}
</style>