Shades of Mindaro #CCEE55
Tints of Mindaro #CCEE55
RGB
CMYK
RGB Variations
Color information
#CCEE55 (or 0xCCEE55) is known color: Mindaro. HEX triplet: CC, EE and 55. RGB value is (204,238,85). Sum of RGB (Red+Green+Blue) = 204+238+85=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEE55 is #3311AA. Grayscale: #D2D2D2. Windows color (decimal): -3346859 or 5631692. OLE color: 5631692.
HSL color Cylindrical-coordinate representation of color #CCEE55: hue angle of 73.33º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCEE55 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 85 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.07 |
| HSL | 73.33º | 0.82% | 0.63% | - |
| HSV(B) | 73.33º | 0.64% | 0.93% | - |
| XYZ | 57.12 | 74.64 | 19.99 | - |
| YUV | 210.39 | 57.24 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 85 | 0.14 | 0 | 0.64 | 0.07 | 73.33 | 0.82 | 0.63 |
| Hex | CC | EE | 55 | E | 0 | 40 | 7 | 49 | 52 | 3F |
| Octal | 314 | 356 | 125 | 16 | 0 | 100 | 7 | 111 | 122 | 77 |
| Binary | 11001100 | 11101110 | 1010101 | 1110 | 0 | 1000000 | 111 | 1001001 | 1010010 | 111111 |
Color Harmonies of #CCEE55
Complementary color
Monochromatic Colors of #CCEE55
Black with #CCEE55
Text Example
Text Example
White with #CCEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE55; }
p { color: rgb(204,238,85); }
H1.HeaderClassName
{
color: #CCEE55;
}
.AnyTagClassName
{
color: #CCEE55;
}
</style>
background-color css
<style>
a { background-color: #CCEE55; }
a { background-color: rgb(204,238,85); }
div.DivClassName
{
background-color: #CCEE55;
}
.BgClassName
{
background-color: #CCEE55;
}
</style>
border-color css
<style>
span { border-color: #CCEE55; }
span { border-color: rgb(204,238,85); }
td.TdClassName
{
border-color: #CCEE55;
}
.TagClassName
{
border-color: #CCEE55;
}
</style>