Shades of Mindaro #CFF26F
Tints of Mindaro #CFF26F
RGB
CMYK
RGB Variations
Color information
#CFF26F (or 0xCFF26F) is known color: Mindaro. HEX triplet: CF, F2 and 6F. RGB value is (207,242,111). Sum of RGB (Red+Green+Blue) = 207+242+111=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF26F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF26F is #300D90. Grayscale: #D9D9D9. Windows color (decimal): -3149201 or 7336655. OLE color: 7336655.
HSL color Cylindrical-coordinate representation of color #CFF26F: hue angle of 76.03º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFF26F is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 111 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.05 |
| HSL | 76.03º | 0.83% | 0.69% | - |
| HSV(B) | 76.03º | 0.54% | 0.95% | - |
| XYZ | 60.35 | 77.92 | 26.9 | - |
| YUV | 216.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 111 | 0.14 | 0 | 0.54 | 0.05 | 76.03 | 0.83 | 0.69 |
| Hex | CF | F2 | 6F | E | 0 | 36 | 5 | 4C | 53 | 45 |
| Octal | 317 | 362 | 157 | 16 | 0 | 66 | 5 | 114 | 123 | 105 |
| Binary | 11001111 | 11110010 | 1101111 | 1110 | 0 | 110110 | 101 | 1001100 | 1010011 | 1000101 |
Color Harmonies of #CFF26F
Complementary color
Monochromatic Colors of #CFF26F
Black with #CFF26F
Text Example
Text Example
White with #CFF26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF26F; }
p { color: rgb(207,242,111); }
H1.HeaderClassName
{
color: #CFF26F;
}
.AnyTagClassName
{
color: #CFF26F;
}
</style>
background-color css
<style>
a { background-color: #CFF26F; }
a { background-color: rgb(207,242,111); }
div.DivClassName
{
background-color: #CFF26F;
}
.BgClassName
{
background-color: #CFF26F;
}
</style>
border-color css
<style>
span { border-color: #CFF26F; }
span { border-color: rgb(207,242,111); }
td.TdClassName
{
border-color: #CFF26F;
}
.TagClassName
{
border-color: #CFF26F;
}
</style>