Shades of Mindaro #CFFE65
Tints of Mindaro #CFFE65
RGB
CMYK
RGB Variations
Color information
#CFFE65 (or 0xCFFE65) is known color: Mindaro. HEX triplet: CF, FE and 65. RGB value is (207,254,101). Sum of RGB (Red+Green+Blue) = 207+254+101=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE65 is #30019A. Grayscale: #DFDFDF. Windows color (decimal): -3146139 or 6684367. OLE color: 6684367.
HSL color Cylindrical-coordinate representation of color #CFFE65: hue angle of 78.43º 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 #CFFE65 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 101 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.00 |
| HSL | 78.43º | 0.99% | 0.7% | - |
| HSV(B) | 78.43º | 0.6% | 1% | - |
| XYZ | 63.52 | 85.09 | 25.39 | - |
| YUV | 222.51 | 59.43 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 101 | 0.19 | 0 | 0.60 | 0.00 | 78.43 | 0.99 | 0.7 |
| Hex | CF | FE | 65 | 13 | 0 | 3C | 0 | 4E | 63 | 46 |
| Octal | 317 | 376 | 145 | 23 | 0 | 74 | 0 | 116 | 143 | 106 |
| Binary | 11001111 | 11111110 | 1100101 | 10011 | 0 | 111100 | 0 | 1001110 | 1100011 | 1000110 |
Color Harmonies of #CFFE65
Complementary color
Monochromatic Colors of #CFFE65
Black with #CFFE65
Text Example
Text Example
White with #CFFE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE65; }
p { color: rgb(207,254,101); }
H1.HeaderClassName
{
color: #CFFE65;
}
.AnyTagClassName
{
color: #CFFE65;
}
</style>
background-color css
<style>
a { background-color: #CFFE65; }
a { background-color: rgb(207,254,101); }
div.DivClassName
{
background-color: #CFFE65;
}
.BgClassName
{
background-color: #CFFE65;
}
</style>
border-color css
<style>
span { border-color: #CFFE65; }
span { border-color: rgb(207,254,101); }
td.TdClassName
{
border-color: #CFFE65;
}
.TagClassName
{
border-color: #CFFE65;
}
</style>