Shades of Mindaro #CCFF4E
Tints of Mindaro #CCFF4E
RGB
CMYK
RGB Variations
Color information
#CCFF4E (or 0xCCFF4E) is known color: Mindaro. HEX triplet: CC, FF and 4E. RGB value is (204,255,78). Sum of RGB (Red+Green+Blue) = 204+255+78=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF4E is #3300B1. Grayscale: #DCDCDC. Windows color (decimal): -3342514 or 5177292. OLE color: 5177292.
HSL color Cylindrical-coordinate representation of color #CCFF4E: hue angle of 77.29º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCFF4E is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 78 | - |
| CMYK | 0.2 | 0 | 0.69 | 0 |
| HSL | 77.29º | 1% | 0.65% | - |
| HSV(B) | 77.29º | 0.69% | 1% | - |
| XYZ | 62.04 | 84.91 | 20.33 | - |
| YUV | 219.57 | 48.1 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 78 | 0.2 | 0 | 0.69 | 0 | 77.29 | 1 | 0.65 |
| Hex | CC | FF | 4E | 14 | 0 | 45 | 0 | 4D | 64 | 41 |
| Octal | 314 | 377 | 116 | 24 | 0 | 105 | 0 | 115 | 144 | 101 |
| Binary | 11001100 | 11111111 | 1001110 | 10100 | 0 | 1000101 | 0 | 1001101 | 1100100 | 1000001 |
Color Harmonies of #CCFF4E
Complementary color
Monochromatic Colors of #CCFF4E
Black with #CCFF4E
Text Example
Text Example
White with #CCFF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF4E; }
p { color: rgb(204,255,78); }
H1.HeaderClassName
{
color: #CCFF4E;
}
.AnyTagClassName
{
color: #CCFF4E;
}
</style>
background-color css
<style>
a { background-color: #CCFF4E; }
a { background-color: rgb(204,255,78); }
div.DivClassName
{
background-color: #CCFF4E;
}
.BgClassName
{
background-color: #CCFF4E;
}
</style>
border-color css
<style>
span { border-color: #CCFF4E; }
span { border-color: rgb(204,255,78); }
td.TdClassName
{
border-color: #CCFF4E;
}
.TagClassName
{
border-color: #CCFF4E;
}
</style>