Shades of Mindaro #CCFE58
Tints of Mindaro #CCFE58
RGB
CMYK
RGB Variations
Color information
#CCFE58 (or 0xCCFE58) is known color: Mindaro. HEX triplet: CC, FE and 58. RGB value is (204,254,88). Sum of RGB (Red+Green+Blue) = 204+254+88=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 88 (34.77% from 255 or 16.12% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE58 is #3301A7. Grayscale: #DCDCDC. Windows color (decimal): -3342760 or 5832396. OLE color: 5832396.
HSL color Cylindrical-coordinate representation of color #CCFE58: hue angle of 78.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCFE58 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 88 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.00 |
| HSL | 78.07º | 0.99% | 0.67% | - |
| HSV(B) | 78.07º | 0.65% | 1% | - |
| XYZ | 62.11 | 84.43 | 22.26 | - |
| YUV | 220.13 | 53.44 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 88 | 0.20 | 0 | 0.65 | 0.00 | 78.07 | 0.99 | 0.67 |
| Hex | CC | FE | 58 | 14 | 0 | 41 | 0 | 4E | 63 | 43 |
| Octal | 314 | 376 | 130 | 24 | 0 | 101 | 0 | 116 | 143 | 103 |
| Binary | 11001100 | 11111110 | 1011000 | 10100 | 0 | 1000001 | 0 | 1001110 | 1100011 | 1000011 |
Color Harmonies of #CCFE58
Complementary color
Monochromatic Colors of #CCFE58
Black with #CCFE58
Text Example
Text Example
White with #CCFE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFE58; }
p { color: rgb(204,254,88); }
H1.HeaderClassName
{
color: #CCFE58;
}
.AnyTagClassName
{
color: #CCFE58;
}
</style>
background-color css
<style>
a { background-color: #CCFE58; }
a { background-color: rgb(204,254,88); }
div.DivClassName
{
background-color: #CCFE58;
}
.BgClassName
{
background-color: #CCFE58;
}
</style>
border-color css
<style>
span { border-color: #CCFE58; }
span { border-color: rgb(204,254,88); }
td.TdClassName
{
border-color: #CCFE58;
}
.TagClassName
{
border-color: #CCFE58;
}
</style>