Shades of Mindaro #CFF26A
Tints of Mindaro #CFF26A
RGB
CMYK
RGB Variations
Color information
#CFF26A (or 0xCFF26A) is known color: Mindaro. HEX triplet: CF, F2 and 6A. RGB value is (207,242,106). Sum of RGB (Red+Green+Blue) = 207+242+106=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF26A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF26A is #300D95. Grayscale: #D8D8D8. Windows color (decimal): -3149206 or 7008975. OLE color: 7008975.
HSL color Cylindrical-coordinate representation of color #CFF26A: hue angle of 75.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFF26A is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 106 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.05 |
| HSL | 75.44º | 0.84% | 0.68% | - |
| HSV(B) | 75.44º | 0.56% | 0.95% | - |
| XYZ | 60.09 | 77.81 | 25.49 | - |
| YUV | 216.03 | 65.9 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 106 | 0.14 | 0 | 0.56 | 0.05 | 75.44 | 0.84 | 0.68 |
| Hex | CF | F2 | 6A | E | 0 | 38 | 5 | 4B | 54 | 44 |
| Octal | 317 | 362 | 152 | 16 | 0 | 70 | 5 | 113 | 124 | 104 |
| Binary | 11001111 | 11110010 | 1101010 | 1110 | 0 | 111000 | 101 | 1001011 | 1010100 | 1000100 |
Color Harmonies of #CFF26A
Complementary color
Monochromatic Colors of #CFF26A
Black with #CFF26A
Text Example
Text Example
White with #CFF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF26A; }
p { color: rgb(207,242,106); }
H1.HeaderClassName
{
color: #CFF26A;
}
.AnyTagClassName
{
color: #CFF26A;
}
</style>
background-color css
<style>
a { background-color: #CFF26A; }
a { background-color: rgb(207,242,106); }
div.DivClassName
{
background-color: #CFF26A;
}
.BgClassName
{
background-color: #CFF26A;
}
</style>
border-color css
<style>
span { border-color: #CFF26A; }
span { border-color: rgb(207,242,106); }
td.TdClassName
{
border-color: #CFF26A;
}
.TagClassName
{
border-color: #CFF26A;
}
</style>