Shades of Mindaro #CCFF54
Tints of Mindaro #CCFF54
RGB
CMYK
RGB Variations
Color information
#CCFF54 (or 0xCCFF54) is known color: Mindaro. HEX triplet: CC, FF and 54. RGB value is (204,255,84). Sum of RGB (Red+Green+Blue) = 204+255+84=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 84 (33.20% from 255 or 15.47% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF54 is #3300AB. Grayscale: #DCDCDC. Windows color (decimal): -3342508 or 5570508. OLE color: 5570508.
HSL color Cylindrical-coordinate representation of color #CCFF54: hue angle of 77.89º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCFF54 is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 84 | - |
| CMYK | 0.2 | 0 | 0.67 | 0 |
| HSL | 77.89º | 1% | 0.66% | - |
| HSV(B) | 77.89º | 0.67% | 1% | - |
| XYZ | 62.26 | 85 | 21.51 | - |
| YUV | 220.26 | 51.1 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 84 | 0.2 | 0 | 0.67 | 0 | 77.89 | 1 | 0.66 |
| Hex | CC | FF | 54 | 14 | 0 | 43 | 0 | 4E | 64 | 42 |
| Octal | 314 | 377 | 124 | 24 | 0 | 103 | 0 | 116 | 144 | 102 |
| Binary | 11001100 | 11111111 | 1010100 | 10100 | 0 | 1000011 | 0 | 1001110 | 1100100 | 1000010 |
Color Harmonies of #CCFF54
Complementary color
Monochromatic Colors of #CCFF54
Black with #CCFF54
Text Example
Text Example
White with #CCFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF54; }
p { color: rgb(204,255,84); }
H1.HeaderClassName
{
color: #CCFF54;
}
.AnyTagClassName
{
color: #CCFF54;
}
</style>
background-color css
<style>
a { background-color: #CCFF54; }
a { background-color: rgb(204,255,84); }
div.DivClassName
{
background-color: #CCFF54;
}
.BgClassName
{
background-color: #CCFF54;
}
</style>
border-color css
<style>
span { border-color: #CCFF54; }
span { border-color: rgb(204,255,84); }
td.TdClassName
{
border-color: #CCFF54;
}
.TagClassName
{
border-color: #CCFF54;
}
</style>