Shades of Mindaro #CCEA65
Tints of Mindaro #CCEA65
RGB
CMYK
RGB Variations
Color information
#CCEA65 (or 0xCCEA65) is known color: Mindaro. HEX triplet: CC, EA and 65. RGB value is (204,234,101). Sum of RGB (Red+Green+Blue) = 204+234+101=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA65 is #33159A. Grayscale: #D2D2D2. Windows color (decimal): -3347867 or 6679244. OLE color: 6679244.
HSL color Cylindrical-coordinate representation of color #CCEA65: hue angle of 73.53º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCEA65 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 101 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.08 |
| HSL | 73.53º | 0.76% | 0.66% | - |
| HSV(B) | 73.53º | 0.57% | 0.92% | - |
| XYZ | 56.67 | 72.62 | 23.34 | - |
| YUV | 209.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 101 | 0.13 | 0 | 0.57 | 0.08 | 73.53 | 0.76 | 0.66 |
| Hex | CC | EA | 65 | D | 0 | 39 | 8 | 4A | 4C | 42 |
| Octal | 314 | 352 | 145 | 15 | 0 | 71 | 10 | 112 | 114 | 102 |
| Binary | 11001100 | 11101010 | 1100101 | 1101 | 0 | 111001 | 1000 | 1001010 | 1001100 | 1000010 |
Color Harmonies of #CCEA65
Complementary color
Monochromatic Colors of #CCEA65
Black with #CCEA65
Text Example
Text Example
White with #CCEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA65; }
p { color: rgb(204,234,101); }
H1.HeaderClassName
{
color: #CCEA65;
}
.AnyTagClassName
{
color: #CCEA65;
}
</style>
background-color css
<style>
a { background-color: #CCEA65; }
a { background-color: rgb(204,234,101); }
div.DivClassName
{
background-color: #CCEA65;
}
.BgClassName
{
background-color: #CCEA65;
}
</style>
border-color css
<style>
span { border-color: #CCEA65; }
span { border-color: rgb(204,234,101); }
td.TdClassName
{
border-color: #CCEA65;
}
.TagClassName
{
border-color: #CCEA65;
}
</style>