Shades of Mindaro #CCF25B
Tints of Mindaro #CCF25B
RGB
CMYK
RGB Variations
Color information
#CCF25B (or 0xCCF25B) is known color: Mindaro. HEX triplet: CC, F2 and 5B. RGB value is (204,242,91). Sum of RGB (Red+Green+Blue) = 204+242+91=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF25B is #330DA4. Grayscale: #D5D5D5. Windows color (decimal): -3345829 or 6025932. OLE color: 6025932.
HSL color Cylindrical-coordinate representation of color #CCF25B: hue angle of 75.1º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCF25B is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 91 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.05 |
| HSL | 75.1º | 0.85% | 0.65% | - |
| HSV(B) | 75.1º | 0.62% | 0.95% | - |
| XYZ | 58.54 | 77.1 | 21.69 | - |
| YUV | 213.42 | 58.91 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 91 | 0.16 | 0 | 0.62 | 0.05 | 75.1 | 0.85 | 0.65 |
| Hex | CC | F2 | 5B | 10 | 0 | 3E | 5 | 4B | 55 | 41 |
| Octal | 314 | 362 | 133 | 20 | 0 | 76 | 5 | 113 | 125 | 101 |
| Binary | 11001100 | 11110010 | 1011011 | 10000 | 0 | 111110 | 101 | 1001011 | 1010101 | 1000001 |
Color Harmonies of #CCF25B
Complementary color
Monochromatic Colors of #CCF25B
Black with #CCF25B
Text Example
Text Example
White with #CCF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF25B; }
p { color: rgb(204,242,91); }
H1.HeaderClassName
{
color: #CCF25B;
}
.AnyTagClassName
{
color: #CCF25B;
}
</style>
background-color css
<style>
a { background-color: #CCF25B; }
a { background-color: rgb(204,242,91); }
div.DivClassName
{
background-color: #CCF25B;
}
.BgClassName
{
background-color: #CCF25B;
}
</style>
border-color css
<style>
span { border-color: #CCF25B; }
span { border-color: rgb(204,242,91); }
td.TdClassName
{
border-color: #CCF25B;
}
.TagClassName
{
border-color: #CCF25B;
}
</style>