Shades of Mindaro #CCE46B
Tints of Mindaro #CCE46B
RGB
CMYK
RGB Variations
Color information
#CCE46B (or 0xCCE46B) is known color: Mindaro. HEX triplet: CC, E4 and 6B. RGB value is (204,228,107). Sum of RGB (Red+Green+Blue) = 204+228+107=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE46B is #331B94. Grayscale: #CFCFCF. Windows color (decimal): -3349397 or 7070924. OLE color: 7070924.
HSL color Cylindrical-coordinate representation of color #CCE46B: hue angle of 71.9º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCE46B is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 107 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.11 |
| HSL | 71.9º | 0.69% | 0.66% | - |
| HSV(B) | 71.9º | 0.53% | 0.89% | - |
| XYZ | 55.3 | 69.39 | 24.39 | - |
| YUV | 207.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 107 | 0.11 | 0 | 0.53 | 0.11 | 71.9 | 0.69 | 0.66 |
| Hex | CC | E4 | 6B | B | 0 | 35 | B | 48 | 45 | 42 |
| Octal | 314 | 344 | 153 | 13 | 0 | 65 | 13 | 110 | 105 | 102 |
| Binary | 11001100 | 11100100 | 1101011 | 1011 | 0 | 110101 | 1011 | 1001000 | 1000101 | 1000010 |
Color Harmonies of #CCE46B
Complementary color
Monochromatic Colors of #CCE46B
Black with #CCE46B
Text Example
Text Example
White with #CCE46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE46B; }
p { color: rgb(204,228,107); }
H1.HeaderClassName
{
color: #CCE46B;
}
.AnyTagClassName
{
color: #CCE46B;
}
</style>
background-color css
<style>
a { background-color: #CCE46B; }
a { background-color: rgb(204,228,107); }
div.DivClassName
{
background-color: #CCE46B;
}
.BgClassName
{
background-color: #CCE46B;
}
</style>
border-color css
<style>
span { border-color: #CCE46B; }
span { border-color: rgb(204,228,107); }
td.TdClassName
{
border-color: #CCE46B;
}
.TagClassName
{
border-color: #CCE46B;
}
</style>