Shades of Mindaro #CCF75A
Tints of Mindaro #CCF75A
RGB
CMYK
RGB Variations
Color information
#CCF75A (or 0xCCF75A) is known color: Mindaro. HEX triplet: CC, F7 and 5A. RGB value is (204,247,90). Sum of RGB (Red+Green+Blue) = 204+247+90=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 90 (35.55% from 255 or 16.64% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF75A is #3308A5. Grayscale: #D8D8D8. Windows color (decimal): -3344550 or 5961676. OLE color: 5961676.
HSL color Cylindrical-coordinate representation of color #CCF75A: hue angle of 76.43º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCF75A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 90 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.03 |
| HSL | 76.43º | 0.91% | 0.66% | - |
| HSV(B) | 76.43º | 0.64% | 0.97% | - |
| XYZ | 60.01 | 80.1 | 21.97 | - |
| YUV | 216.25 | 56.75 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 90 | 0.17 | 0 | 0.64 | 0.03 | 76.43 | 0.91 | 0.66 |
| Hex | CC | F7 | 5A | 11 | 0 | 40 | 3 | 4C | 5B | 42 |
| Octal | 314 | 367 | 132 | 21 | 0 | 100 | 3 | 114 | 133 | 102 |
| Binary | 11001100 | 11110111 | 1011010 | 10001 | 0 | 1000000 | 11 | 1001100 | 1011011 | 1000010 |
Color Harmonies of #CCF75A
Complementary color
Monochromatic Colors of #CCF75A
Black with #CCF75A
Text Example
Text Example
White with #CCF75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF75A; }
p { color: rgb(204,247,90); }
H1.HeaderClassName
{
color: #CCF75A;
}
.AnyTagClassName
{
color: #CCF75A;
}
</style>
background-color css
<style>
a { background-color: #CCF75A; }
a { background-color: rgb(204,247,90); }
div.DivClassName
{
background-color: #CCF75A;
}
.BgClassName
{
background-color: #CCF75A;
}
</style>
border-color css
<style>
span { border-color: #CCF75A; }
span { border-color: rgb(204,247,90); }
td.TdClassName
{
border-color: #CCF75A;
}
.TagClassName
{
border-color: #CCF75A;
}
</style>