Shades of Mindaro #CCF25D
Tints of Mindaro #CCF25D
RGB
CMYK
RGB Variations
Color information
#CCF25D (or 0xCCF25D) is known color: Mindaro. HEX triplet: CC, F2 and 5D. RGB value is (204,242,93). Sum of RGB (Red+Green+Blue) = 204+242+93=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF25D is #330DA2. Grayscale: #D6D6D6. Windows color (decimal): -3345827 or 6157004. OLE color: 6157004.
HSL color Cylindrical-coordinate representation of color #CCF25D: hue angle of 75.3º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCF25D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 93 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.05 |
| HSL | 75.3º | 0.85% | 0.66% | - |
| HSV(B) | 75.3º | 0.62% | 0.95% | - |
| XYZ | 58.63 | 77.13 | 22.15 | - |
| YUV | 213.65 | 59.91 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 93 | 0.16 | 0 | 0.62 | 0.05 | 75.3 | 0.85 | 0.66 |
| Hex | CC | F2 | 5D | 10 | 0 | 3E | 5 | 4B | 55 | 42 |
| Octal | 314 | 362 | 135 | 20 | 0 | 76 | 5 | 113 | 125 | 102 |
| Binary | 11001100 | 11110010 | 1011101 | 10000 | 0 | 111110 | 101 | 1001011 | 1010101 | 1000010 |
Color Harmonies of #CCF25D
Complementary color
Monochromatic Colors of #CCF25D
Black with #CCF25D
Text Example
Text Example
White with #CCF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF25D; }
p { color: rgb(204,242,93); }
H1.HeaderClassName
{
color: #CCF25D;
}
.AnyTagClassName
{
color: #CCF25D;
}
</style>
background-color css
<style>
a { background-color: #CCF25D; }
a { background-color: rgb(204,242,93); }
div.DivClassName
{
background-color: #CCF25D;
}
.BgClassName
{
background-color: #CCF25D;
}
</style>
border-color css
<style>
span { border-color: #CCF25D; }
span { border-color: rgb(204,242,93); }
td.TdClassName
{
border-color: #CCF25D;
}
.TagClassName
{
border-color: #CCF25D;
}
</style>