Shades of Mindaro #CCF85D
Tints of Mindaro #CCF85D
RGB
CMYK
RGB Variations
Color information
#CCF85D (or 0xCCF85D) is known color: Mindaro. HEX triplet: CC, F8 and 5D. RGB value is (204,248,93). Sum of RGB (Red+Green+Blue) = 204+248+93=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF85D is #3307A2. Grayscale: #D9D9D9. Windows color (decimal): -3344291 or 6158540. OLE color: 6158540.
HSL color Cylindrical-coordinate representation of color #CCF85D: hue angle of 77.03º 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 #CCF85D is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 93 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.03 |
| HSL | 77.03º | 0.92% | 0.67% | - |
| HSV(B) | 77.03º | 0.63% | 0.97% | - |
| XYZ | 60.45 | 80.76 | 22.76 | - |
| YUV | 217.17 | 57.92 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 93 | 0.18 | 0 | 0.62 | 0.03 | 77.03 | 0.92 | 0.67 |
| Hex | CC | F8 | 5D | 12 | 0 | 3E | 3 | 4D | 5C | 43 |
| Octal | 314 | 370 | 135 | 22 | 0 | 76 | 3 | 115 | 134 | 103 |
| Binary | 11001100 | 11111000 | 1011101 | 10010 | 0 | 111110 | 11 | 1001101 | 1011100 | 1000011 |
Color Harmonies of #CCF85D
Complementary color
Monochromatic Colors of #CCF85D
Black with #CCF85D
Text Example
Text Example
White with #CCF85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF85D; }
p { color: rgb(204,248,93); }
H1.HeaderClassName
{
color: #CCF85D;
}
.AnyTagClassName
{
color: #CCF85D;
}
</style>
background-color css
<style>
a { background-color: #CCF85D; }
a { background-color: rgb(204,248,93); }
div.DivClassName
{
background-color: #CCF85D;
}
.BgClassName
{
background-color: #CCF85D;
}
</style>
border-color css
<style>
span { border-color: #CCF85D; }
span { border-color: rgb(204,248,93); }
td.TdClassName
{
border-color: #CCF85D;
}
.TagClassName
{
border-color: #CCF85D;
}
</style>