Shades of Mindaro #CCF15E
Tints of Mindaro #CCF15E
RGB
CMYK
RGB Variations
Color information
#CCF15E (or 0xCCF15E) is known color: Mindaro. HEX triplet: CC, F1 and 5E. RGB value is (204,241,94). Sum of RGB (Red+Green+Blue) = 204+241+94=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF15E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF15E is #330EA1. Grayscale: #D5D5D5. Windows color (decimal): -3346082 or 6222284. OLE color: 6222284.
HSL color Cylindrical-coordinate representation of color #CCF15E: hue angle of 75.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCF15E is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 94 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.05 |
| HSL | 75.1º | 0.84% | 0.66% | - |
| HSV(B) | 75.1º | 0.61% | 0.95% | - |
| XYZ | 58.38 | 76.56 | 22.29 | - |
| YUV | 213.18 | 60.74 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 94 | 0.15 | 0 | 0.61 | 0.05 | 75.1 | 0.84 | 0.66 |
| Hex | CC | F1 | 5E | F | 0 | 3D | 5 | 4B | 54 | 42 |
| Octal | 314 | 361 | 136 | 17 | 0 | 75 | 5 | 113 | 124 | 102 |
| Binary | 11001100 | 11110001 | 1011110 | 1111 | 0 | 111101 | 101 | 1001011 | 1010100 | 1000010 |
Color Harmonies of #CCF15E
Complementary color
Monochromatic Colors of #CCF15E
Black with #CCF15E
Text Example
Text Example
White with #CCF15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF15E; }
p { color: rgb(204,241,94); }
H1.HeaderClassName
{
color: #CCF15E;
}
.AnyTagClassName
{
color: #CCF15E;
}
</style>
background-color css
<style>
a { background-color: #CCF15E; }
a { background-color: rgb(204,241,94); }
div.DivClassName
{
background-color: #CCF15E;
}
.BgClassName
{
background-color: #CCF15E;
}
</style>
border-color css
<style>
span { border-color: #CCF15E; }
span { border-color: rgb(204,241,94); }
td.TdClassName
{
border-color: #CCF15E;
}
.TagClassName
{
border-color: #CCF15E;
}
</style>