Shades of Mindaro #CFF26E
Tints of Mindaro #CFF26E
RGB
CMYK
RGB Variations
Color information
#CFF26E (or 0xCFF26E) is known color: Mindaro. HEX triplet: CF, F2 and 6E. RGB value is (207,242,110). Sum of RGB (Red+Green+Blue) = 207+242+110=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF26E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF26E is #300D91. Grayscale: #D8D8D8. Windows color (decimal): -3149202 or 7271119. OLE color: 7271119.
HSL color Cylindrical-coordinate representation of color #CFF26E: hue angle of 75.91º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFF26E is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 110 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.05 |
| HSL | 75.91º | 0.84% | 0.69% | - |
| HSV(B) | 75.91º | 0.55% | 0.95% | - |
| XYZ | 60.3 | 77.9 | 26.61 | - |
| YUV | 216.49 | 67.9 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 110 | 0.14 | 0 | 0.55 | 0.05 | 75.91 | 0.84 | 0.69 |
| Hex | CF | F2 | 6E | E | 0 | 37 | 5 | 4C | 54 | 45 |
| Octal | 317 | 362 | 156 | 16 | 0 | 67 | 5 | 114 | 124 | 105 |
| Binary | 11001111 | 11110010 | 1101110 | 1110 | 0 | 110111 | 101 | 1001100 | 1010100 | 1000101 |
Color Harmonies of #CFF26E
Complementary color
Monochromatic Colors of #CFF26E
Black with #CFF26E
Text Example
Text Example
White with #CFF26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF26E; }
p { color: rgb(207,242,110); }
H1.HeaderClassName
{
color: #CFF26E;
}
.AnyTagClassName
{
color: #CFF26E;
}
</style>
background-color css
<style>
a { background-color: #CFF26E; }
a { background-color: rgb(207,242,110); }
div.DivClassName
{
background-color: #CFF26E;
}
.BgClassName
{
background-color: #CFF26E;
}
</style>
border-color css
<style>
span { border-color: #CFF26E; }
span { border-color: rgb(207,242,110); }
td.TdClassName
{
border-color: #CFF26E;
}
.TagClassName
{
border-color: #CFF26E;
}
</style>