Shades of Mindaro #CCF26E
Tints of Mindaro #CCF26E
RGB
CMYK
RGB Variations
Color information
#CCF26E (or 0xCCF26E) is known color: Mindaro. HEX triplet: CC, F2 and 6E. RGB value is (204,242,110). Sum of RGB (Red+Green+Blue) = 204+242+110=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF26E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF26E is #330D91. Grayscale: #D8D8D8. Windows color (decimal): -3345810 or 7271116. OLE color: 7271116.
HSL color Cylindrical-coordinate representation of color #CCF26E: hue angle of 77.27º 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 #CCF26E is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 110 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.05 |
| HSL | 77.27º | 0.84% | 0.69% | - |
| HSV(B) | 77.27º | 0.55% | 0.95% | - |
| XYZ | 59.47 | 77.47 | 26.57 | - |
| YUV | 215.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 110 | 0.16 | 0 | 0.55 | 0.05 | 77.27 | 0.84 | 0.69 |
| Hex | CC | F2 | 6E | 10 | 0 | 37 | 5 | 4D | 54 | 45 |
| Octal | 314 | 362 | 156 | 20 | 0 | 67 | 5 | 115 | 124 | 105 |
| Binary | 11001100 | 11110010 | 1101110 | 10000 | 0 | 110111 | 101 | 1001101 | 1010100 | 1000101 |
Color Harmonies of #CCF26E
Complementary color
Monochromatic Colors of #CCF26E
Black with #CCF26E
Text Example
Text Example
White with #CCF26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF26E; }
p { color: rgb(204,242,110); }
H1.HeaderClassName
{
color: #CCF26E;
}
.AnyTagClassName
{
color: #CCF26E;
}
</style>
background-color css
<style>
a { background-color: #CCF26E; }
a { background-color: rgb(204,242,110); }
div.DivClassName
{
background-color: #CCF26E;
}
.BgClassName
{
background-color: #CCF26E;
}
</style>
border-color css
<style>
span { border-color: #CCF26E; }
span { border-color: rgb(204,242,110); }
td.TdClassName
{
border-color: #CCF26E;
}
.TagClassName
{
border-color: #CCF26E;
}
</style>