Shades of Mindaro #CCFE55
Tints of Mindaro #CCFE55
RGB
CMYK
RGB Variations
Color information
#CCFE55 (or 0xCCFE55) is known color: Mindaro. HEX triplet: CC, FE and 55. RGB value is (204,254,85). Sum of RGB (Red+Green+Blue) = 204+254+85=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE55 is #3301AA. Grayscale: #DCDCDC. Windows color (decimal): -3342763 or 5635788. OLE color: 5635788.
HSL color Cylindrical-coordinate representation of color #CCFE55: hue angle of 77.75º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCFE55 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 85 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.00 |
| HSL | 77.75º | 0.99% | 0.66% | - |
| HSV(B) | 77.75º | 0.67% | 1% | - |
| XYZ | 61.98 | 84.38 | 21.61 | - |
| YUV | 219.78 | 51.94 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 85 | 0.20 | 0 | 0.67 | 0.00 | 77.75 | 0.99 | 0.66 |
| Hex | CC | FE | 55 | 14 | 0 | 43 | 0 | 4E | 63 | 42 |
| Octal | 314 | 376 | 125 | 24 | 0 | 103 | 0 | 116 | 143 | 102 |
| Binary | 11001100 | 11111110 | 1010101 | 10100 | 0 | 1000011 | 0 | 1001110 | 1100011 | 1000010 |
Color Harmonies of #CCFE55
Complementary color
Monochromatic Colors of #CCFE55
Black with #CCFE55
Text Example
Text Example
White with #CCFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE55; }
p { color: rgb(204,254,85); }
H1.HeaderClassName
{
color: #CCFE55;
}
.AnyTagClassName
{
color: #CCFE55;
}
</style>
background-color css
<style>
a { background-color: #CCFE55; }
a { background-color: rgb(204,254,85); }
div.DivClassName
{
background-color: #CCFE55;
}
.BgClassName
{
background-color: #CCFE55;
}
</style>
border-color css
<style>
span { border-color: #CCFE55; }
span { border-color: rgb(204,254,85); }
td.TdClassName
{
border-color: #CCFE55;
}
.TagClassName
{
border-color: #CCFE55;
}
</style>