Shades of Mindaro #CCF26C
Tints of Mindaro #CCF26C
RGB
CMYK
RGB Variations
Color information
#CCF26C (or 0xCCF26C) is known color: Mindaro. HEX triplet: CC, F2 and 6C. RGB value is (204,242,108). Sum of RGB (Red+Green+Blue) = 204+242+108=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF26C is #330D93. Grayscale: #D7D7D7. Windows color (decimal): -3345812 or 7140044. OLE color: 7140044.
HSL color Cylindrical-coordinate representation of color #CCF26C: hue angle of 77.01º 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 #CCF26C is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 108 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.05 |
| HSL | 77.01º | 0.84% | 0.69% | - |
| HSV(B) | 77.01º | 0.55% | 0.95% | - |
| XYZ | 59.36 | 77.42 | 26 | - |
| YUV | 215.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 108 | 0.16 | 0 | 0.55 | 0.05 | 77.01 | 0.84 | 0.69 |
| Hex | CC | F2 | 6C | 10 | 0 | 37 | 5 | 4D | 54 | 45 |
| Octal | 314 | 362 | 154 | 20 | 0 | 67 | 5 | 115 | 124 | 105 |
| Binary | 11001100 | 11110010 | 1101100 | 10000 | 0 | 110111 | 101 | 1001101 | 1010100 | 1000101 |
Color Harmonies of #CCF26C
Complementary color
Monochromatic Colors of #CCF26C
Black with #CCF26C
Text Example
Text Example
White with #CCF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF26C; }
p { color: rgb(204,242,108); }
H1.HeaderClassName
{
color: #CCF26C;
}
.AnyTagClassName
{
color: #CCF26C;
}
</style>
background-color css
<style>
a { background-color: #CCF26C; }
a { background-color: rgb(204,242,108); }
div.DivClassName
{
background-color: #CCF26C;
}
.BgClassName
{
background-color: #CCF26C;
}
</style>
border-color css
<style>
span { border-color: #CCF26C; }
span { border-color: rgb(204,242,108); }
td.TdClassName
{
border-color: #CCF26C;
}
.TagClassName
{
border-color: #CCF26C;
}
</style>