Shades of Mindaro #CCFC5C
Tints of Mindaro #CCFC5C
RGB
CMYK
RGB Variations
Color information
#CCFC5C (or 0xCCFC5C) is known color: Mindaro. HEX triplet: CC, FC and 5C. RGB value is (204,252,92). Sum of RGB (Red+Green+Blue) = 204+252+92=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC5C is #3303A3. Grayscale: #DBDBDB. Windows color (decimal): -3343268 or 6094028. OLE color: 6094028.
HSL color Cylindrical-coordinate representation of color #CCFC5C: hue angle of 78º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCFC5C is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 92 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.01 |
| HSL | 78º | 0.96% | 0.67% | - |
| HSV(B) | 78º | 0.63% | 0.99% | - |
| XYZ | 61.64 | 83.23 | 22.94 | - |
| YUV | 219.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 92 | 0.19 | 0 | 0.63 | 0.01 | 78 | 0.96 | 0.67 |
| Hex | CC | FC | 5C | 13 | 0 | 3F | 1 | 4E | 60 | 43 |
| Octal | 314 | 374 | 134 | 23 | 0 | 77 | 1 | 116 | 140 | 103 |
| Binary | 11001100 | 11111100 | 1011100 | 10011 | 0 | 111111 | 1 | 1001110 | 1100000 | 1000011 |
Color Harmonies of #CCFC5C
Complementary color
Monochromatic Colors of #CCFC5C
Black with #CCFC5C
Text Example
Text Example
White with #CCFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC5C; }
p { color: rgb(204,252,92); }
H1.HeaderClassName
{
color: #CCFC5C;
}
.AnyTagClassName
{
color: #CCFC5C;
}
</style>
background-color css
<style>
a { background-color: #CCFC5C; }
a { background-color: rgb(204,252,92); }
div.DivClassName
{
background-color: #CCFC5C;
}
.BgClassName
{
background-color: #CCFC5C;
}
</style>
border-color css
<style>
span { border-color: #CCFC5C; }
span { border-color: rgb(204,252,92); }
td.TdClassName
{
border-color: #CCFC5C;
}
.TagClassName
{
border-color: #CCFC5C;
}
</style>