Shades of Mindaro #CFF26C
Tints of Mindaro #CFF26C
RGB
CMYK
RGB Variations
Color information
#CFF26C (or 0xCFF26C) is known color: Mindaro. HEX triplet: CF, F2 and 6C. RGB value is (207,242,108). Sum of RGB (Red+Green+Blue) = 207+242+108=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF26C is #300D93. Grayscale: #D8D8D8. Windows color (decimal): -3149204 or 7140047. OLE color: 7140047.
HSL color Cylindrical-coordinate representation of color #CFF26C: hue angle of 75.67º 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 #CFF26C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 108 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.05 |
| HSL | 75.67º | 0.84% | 0.69% | - |
| HSV(B) | 75.67º | 0.55% | 0.95% | - |
| XYZ | 60.19 | 77.85 | 26.04 | - |
| YUV | 216.26 | 66.9 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 108 | 0.14 | 0 | 0.55 | 0.05 | 75.67 | 0.84 | 0.69 |
| Hex | CF | F2 | 6C | E | 0 | 37 | 5 | 4C | 54 | 45 |
| Octal | 317 | 362 | 154 | 16 | 0 | 67 | 5 | 114 | 124 | 105 |
| Binary | 11001111 | 11110010 | 1101100 | 1110 | 0 | 110111 | 101 | 1001100 | 1010100 | 1000101 |
Color Harmonies of #CFF26C
Complementary color
Monochromatic Colors of #CFF26C
Black with #CFF26C
Text Example
Text Example
White with #CFF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF26C; }
p { color: rgb(207,242,108); }
H1.HeaderClassName
{
color: #CFF26C;
}
.AnyTagClassName
{
color: #CFF26C;
}
</style>
background-color css
<style>
a { background-color: #CFF26C; }
a { background-color: rgb(207,242,108); }
div.DivClassName
{
background-color: #CFF26C;
}
.BgClassName
{
background-color: #CFF26C;
}
</style>
border-color css
<style>
span { border-color: #CFF26C; }
span { border-color: rgb(207,242,108); }
td.TdClassName
{
border-color: #CFF26C;
}
.TagClassName
{
border-color: #CFF26C;
}
</style>