Shades of Mindaro #CCFC54
Tints of Mindaro #CCFC54
RGB
CMYK
RGB Variations
Color information
#CCFC54 (or 0xCCFC54) is known color: Mindaro. HEX triplet: CC, FC and 54. RGB value is (204,252,84). Sum of RGB (Red+Green+Blue) = 204+252+84=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 84 (33.20% from 255 or 15.56% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC54 is #3303AB. Grayscale: #DBDBDB. Windows color (decimal): -3343276 or 5569740. OLE color: 5569740.
HSL color Cylindrical-coordinate representation of color #CCFC54: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCFC54 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 84 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.01 |
| HSL | 77.14º | 0.97% | 0.66% | - |
| HSV(B) | 77.14º | 0.67% | 0.99% | - |
| XYZ | 61.31 | 83.1 | 21.2 | - |
| YUV | 218.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 84 | 0.19 | 0 | 0.67 | 0.01 | 77.14 | 0.97 | 0.66 |
| Hex | CC | FC | 54 | 13 | 0 | 43 | 1 | 4D | 61 | 42 |
| Octal | 314 | 374 | 124 | 23 | 0 | 103 | 1 | 115 | 141 | 102 |
| Binary | 11001100 | 11111100 | 1010100 | 10011 | 0 | 1000011 | 1 | 1001101 | 1100001 | 1000010 |
Color Harmonies of #CCFC54
Complementary color
Monochromatic Colors of #CCFC54
Black with #CCFC54
Text Example
Text Example
White with #CCFC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC54; }
p { color: rgb(204,252,84); }
H1.HeaderClassName
{
color: #CCFC54;
}
.AnyTagClassName
{
color: #CCFC54;
}
</style>
background-color css
<style>
a { background-color: #CCFC54; }
a { background-color: rgb(204,252,84); }
div.DivClassName
{
background-color: #CCFC54;
}
.BgClassName
{
background-color: #CCFC54;
}
</style>
border-color css
<style>
span { border-color: #CCFC54; }
span { border-color: rgb(204,252,84); }
td.TdClassName
{
border-color: #CCFC54;
}
.TagClassName
{
border-color: #CCFC54;
}
</style>