Shades of Mindaro #CCEA67
Tints of Mindaro #CCEA67
RGB
CMYK
RGB Variations
Color information
#CCEA67 (or 0xCCEA67) is known color: Mindaro. HEX triplet: CC, EA and 67. RGB value is (204,234,103). Sum of RGB (Red+Green+Blue) = 204+234+103=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA67 is #331598. Grayscale: #D2D2D2. Windows color (decimal): -3347865 or 6810316. OLE color: 6810316.
HSL color Cylindrical-coordinate representation of color #CCEA67: hue angle of 73.74º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCEA67 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 103 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.08 |
| HSL | 73.74º | 0.76% | 0.66% | - |
| HSV(B) | 73.74º | 0.56% | 0.92% | - |
| XYZ | 56.77 | 72.66 | 23.86 | - |
| YUV | 210.1 | 67.56 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 103 | 0.13 | 0 | 0.56 | 0.08 | 73.74 | 0.76 | 0.66 |
| Hex | CC | EA | 67 | D | 0 | 38 | 8 | 4A | 4C | 42 |
| Octal | 314 | 352 | 147 | 15 | 0 | 70 | 10 | 112 | 114 | 102 |
| Binary | 11001100 | 11101010 | 1100111 | 1101 | 0 | 111000 | 1000 | 1001010 | 1001100 | 1000010 |
Color Harmonies of #CCEA67
Complementary color
Monochromatic Colors of #CCEA67
Black with #CCEA67
Text Example
Text Example
White with #CCEA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA67; }
p { color: rgb(204,234,103); }
H1.HeaderClassName
{
color: #CCEA67;
}
.AnyTagClassName
{
color: #CCEA67;
}
</style>
background-color css
<style>
a { background-color: #CCEA67; }
a { background-color: rgb(204,234,103); }
div.DivClassName
{
background-color: #CCEA67;
}
.BgClassName
{
background-color: #CCEA67;
}
</style>
border-color css
<style>
span { border-color: #CCEA67; }
span { border-color: rgb(204,234,103); }
td.TdClassName
{
border-color: #CCEA67;
}
.TagClassName
{
border-color: #CCEA67;
}
</style>