Shades of Mindaro #CCFE5C
Tints of Mindaro #CCFE5C
RGB
CMYK
RGB Variations
Color information
#CCFE5C (or 0xCCFE5C) is known color: Mindaro. HEX triplet: CC, FE and 5C. RGB value is (204,254,92). Sum of RGB (Red+Green+Blue) = 204+254+92=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 92 (36.33% from 255 or 16.73% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE5C is #3301A3. Grayscale: #DDDDDD. Windows color (decimal): -3342756 or 6094540. OLE color: 6094540.
HSL color Cylindrical-coordinate representation of color #CCFE5C: hue angle of 78.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCFE5C is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 92 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.00 |
| HSL | 78.52º | 0.99% | 0.68% | - |
| HSV(B) | 78.52º | 0.64% | 1% | - |
| XYZ | 62.28 | 84.49 | 23.15 | - |
| YUV | 220.58 | 55.44 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 92 | 0.20 | 0 | 0.64 | 0.00 | 78.52 | 0.99 | 0.68 |
| Hex | CC | FE | 5C | 14 | 0 | 40 | 0 | 4F | 63 | 44 |
| Octal | 314 | 376 | 134 | 24 | 0 | 100 | 0 | 117 | 143 | 104 |
| Binary | 11001100 | 11111110 | 1011100 | 10100 | 0 | 1000000 | 0 | 1001111 | 1100011 | 1000100 |
Color Harmonies of #CCFE5C
Complementary color
Monochromatic Colors of #CCFE5C
Black with #CCFE5C
Text Example
Text Example
White with #CCFE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE5C; }
p { color: rgb(204,254,92); }
H1.HeaderClassName
{
color: #CCFE5C;
}
.AnyTagClassName
{
color: #CCFE5C;
}
</style>
background-color css
<style>
a { background-color: #CCFE5C; }
a { background-color: rgb(204,254,92); }
div.DivClassName
{
background-color: #CCFE5C;
}
.BgClassName
{
background-color: #CCFE5C;
}
</style>
border-color css
<style>
span { border-color: #CCFE5C; }
span { border-color: rgb(204,254,92); }
td.TdClassName
{
border-color: #CCFE5C;
}
.TagClassName
{
border-color: #CCFE5C;
}
</style>