Shades of Mindaro #CCE75C
Tints of Mindaro #CCE75C
RGB
CMYK
RGB Variations
Color information
#CCE75C (or 0xCCE75C) is known color: Mindaro. HEX triplet: CC, E7 and 5C. RGB value is (204,231,92). Sum of RGB (Red+Green+Blue) = 204+231+92=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE75C is #3318A3. Grayscale: #CFCFCF. Windows color (decimal): -3348644 or 6088652. OLE color: 6088652.
HSL color Cylindrical-coordinate representation of color #CCE75C: hue angle of 71.65º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCE75C is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 92 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.09 |
| HSL | 71.65º | 0.74% | 0.63% | - |
| HSV(B) | 71.65º | 0.6% | 0.91% | - |
| XYZ | 55.41 | 70.76 | 20.86 | - |
| YUV | 207.08 | 63.05 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 92 | 0.12 | 0 | 0.60 | 0.09 | 71.65 | 0.74 | 0.63 |
| Hex | CC | E7 | 5C | C | 0 | 3C | 9 | 48 | 4A | 3F |
| Octal | 314 | 347 | 134 | 14 | 0 | 74 | 11 | 110 | 112 | 77 |
| Binary | 11001100 | 11100111 | 1011100 | 1100 | 0 | 111100 | 1001 | 1001000 | 1001010 | 111111 |
Color Harmonies of #CCE75C
Complementary color
Monochromatic Colors of #CCE75C
Black with #CCE75C
Text Example
Text Example
White with #CCE75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE75C; }
p { color: rgb(204,231,92); }
H1.HeaderClassName
{
color: #CCE75C;
}
.AnyTagClassName
{
color: #CCE75C;
}
</style>
background-color css
<style>
a { background-color: #CCE75C; }
a { background-color: rgb(204,231,92); }
div.DivClassName
{
background-color: #CCE75C;
}
.BgClassName
{
background-color: #CCE75C;
}
</style>
border-color css
<style>
span { border-color: #CCE75C; }
span { border-color: rgb(204,231,92); }
td.TdClassName
{
border-color: #CCE75C;
}
.TagClassName
{
border-color: #CCE75C;
}
</style>