Shades of Mindaro #CCEE65
Tints of Mindaro #CCEE65
RGB
CMYK
RGB Variations
Color information
#CCEE65 (or 0xCCEE65) is known color: Mindaro. HEX triplet: CC, EE and 65. RGB value is (204,238,101). Sum of RGB (Red+Green+Blue) = 204+238+101=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEE65 is #33119A. Grayscale: #D4D4D4. Windows color (decimal): -3346843 or 6680268. OLE color: 6680268.
HSL color Cylindrical-coordinate representation of color #CCEE65: hue angle of 74.89º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCEE65 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 101 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.07 |
| HSL | 74.89º | 0.8% | 0.66% | - |
| HSV(B) | 74.89º | 0.58% | 0.93% | - |
| XYZ | 57.83 | 74.93 | 23.73 | - |
| YUV | 212.22 | 65.24 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 101 | 0.14 | 0 | 0.58 | 0.07 | 74.89 | 0.8 | 0.66 |
| Hex | CC | EE | 65 | E | 0 | 3A | 7 | 4B | 50 | 42 |
| Octal | 314 | 356 | 145 | 16 | 0 | 72 | 7 | 113 | 120 | 102 |
| Binary | 11001100 | 11101110 | 1100101 | 1110 | 0 | 111010 | 111 | 1001011 | 1010000 | 1000010 |
Color Harmonies of #CCEE65
Complementary color
Monochromatic Colors of #CCEE65
Black with #CCEE65
Text Example
Text Example
White with #CCEE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE65; }
p { color: rgb(204,238,101); }
H1.HeaderClassName
{
color: #CCEE65;
}
.AnyTagClassName
{
color: #CCEE65;
}
</style>
background-color css
<style>
a { background-color: #CCEE65; }
a { background-color: rgb(204,238,101); }
div.DivClassName
{
background-color: #CCEE65;
}
.BgClassName
{
background-color: #CCEE65;
}
</style>
border-color css
<style>
span { border-color: #CCEE65; }
span { border-color: rgb(204,238,101); }
td.TdClassName
{
border-color: #CCEE65;
}
.TagClassName
{
border-color: #CCEE65;
}
</style>