Shades of Mindaro #CCF85E
Tints of Mindaro #CCF85E
RGB
CMYK
RGB Variations
Color information
#CCF85E (or 0xCCF85E) is known color: Mindaro. HEX triplet: CC, F8 and 5E. RGB value is (204,248,94). Sum of RGB (Red+Green+Blue) = 204+248+94=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF85E is #3307A1. Grayscale: #D9D9D9. Windows color (decimal): -3344290 or 6224076. OLE color: 6224076.
HSL color Cylindrical-coordinate representation of color #CCF85E: hue angle of 77.14º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCF85E is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 94 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.03 |
| HSL | 77.14º | 0.92% | 0.67% | - |
| HSV(B) | 77.14º | 0.62% | 0.97% | - |
| XYZ | 60.49 | 80.78 | 22.99 | - |
| YUV | 217.29 | 58.42 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 94 | 0.18 | 0 | 0.62 | 0.03 | 77.14 | 0.92 | 0.67 |
| Hex | CC | F8 | 5E | 12 | 0 | 3E | 3 | 4D | 5C | 43 |
| Octal | 314 | 370 | 136 | 22 | 0 | 76 | 3 | 115 | 134 | 103 |
| Binary | 11001100 | 11111000 | 1011110 | 10010 | 0 | 111110 | 11 | 1001101 | 1011100 | 1000011 |
Color Harmonies of #CCF85E
Complementary color
Monochromatic Colors of #CCF85E
Black with #CCF85E
Text Example
Text Example
White with #CCF85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF85E; }
p { color: rgb(204,248,94); }
H1.HeaderClassName
{
color: #CCF85E;
}
.AnyTagClassName
{
color: #CCF85E;
}
</style>
background-color css
<style>
a { background-color: #CCF85E; }
a { background-color: rgb(204,248,94); }
div.DivClassName
{
background-color: #CCF85E;
}
.BgClassName
{
background-color: #CCF85E;
}
</style>
border-color css
<style>
span { border-color: #CCF85E; }
span { border-color: rgb(204,248,94); }
td.TdClassName
{
border-color: #CCF85E;
}
.TagClassName
{
border-color: #CCF85E;
}
</style>