Shades of Mindaro #CFF26D
Tints of Mindaro #CFF26D
RGB
CMYK
RGB Variations
Color information
#CFF26D (or 0xCFF26D) is known color: Mindaro. HEX triplet: CF, F2 and 6D. RGB value is (207,242,109). Sum of RGB (Red+Green+Blue) = 207+242+109=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF26D is #300D92. Grayscale: #D8D8D8. Windows color (decimal): -3149203 or 7205583. OLE color: 7205583.
HSL color Cylindrical-coordinate representation of color #CFF26D: hue angle of 75.79º 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 #CFF26D is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 109 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.05 |
| HSL | 75.79º | 0.84% | 0.69% | - |
| HSV(B) | 75.79º | 0.55% | 0.95% | - |
| XYZ | 60.24 | 77.87 | 26.32 | - |
| YUV | 216.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 109 | 0.14 | 0 | 0.55 | 0.05 | 75.79 | 0.84 | 0.69 |
| Hex | CF | F2 | 6D | E | 0 | 37 | 5 | 4C | 54 | 45 |
| Octal | 317 | 362 | 155 | 16 | 0 | 67 | 5 | 114 | 124 | 105 |
| Binary | 11001111 | 11110010 | 1101101 | 1110 | 0 | 110111 | 101 | 1001100 | 1010100 | 1000101 |
Color Harmonies of #CFF26D
Complementary color
Monochromatic Colors of #CFF26D
Black with #CFF26D
Text Example
Text Example
White with #CFF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF26D; }
p { color: rgb(207,242,109); }
H1.HeaderClassName
{
color: #CFF26D;
}
.AnyTagClassName
{
color: #CFF26D;
}
</style>
background-color css
<style>
a { background-color: #CFF26D; }
a { background-color: rgb(207,242,109); }
div.DivClassName
{
background-color: #CFF26D;
}
.BgClassName
{
background-color: #CFF26D;
}
</style>
border-color css
<style>
span { border-color: #CFF26D; }
span { border-color: rgb(207,242,109); }
td.TdClassName
{
border-color: #CFF26D;
}
.TagClassName
{
border-color: #CFF26D;
}
</style>