Shades of Mindaro #CCE967
Tints of Mindaro #CCE967
RGB
CMYK
RGB Variations
Color information
#CCE967 (or 0xCCE967) is known color: Mindaro. HEX triplet: CC, E9 and 67. RGB value is (204,233,103). Sum of RGB (Red+Green+Blue) = 204+233+103=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE967 is #331698. Grayscale: #D2D2D2. Windows color (decimal): -3348121 or 6810060. OLE color: 6810060.
HSL color Cylindrical-coordinate representation of color #CCE967: hue angle of 73.38º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCE967 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 103 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.09 |
| HSL | 73.38º | 0.75% | 0.66% | - |
| HSV(B) | 73.38º | 0.56% | 0.91% | - |
| XYZ | 56.49 | 72.09 | 23.77 | - |
| YUV | 209.51 | 67.89 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 103 | 0.12 | 0 | 0.56 | 0.09 | 73.38 | 0.75 | 0.66 |
| Hex | CC | E9 | 67 | C | 0 | 38 | 9 | 49 | 4B | 42 |
| Octal | 314 | 351 | 147 | 14 | 0 | 70 | 11 | 111 | 113 | 102 |
| Binary | 11001100 | 11101001 | 1100111 | 1100 | 0 | 111000 | 1001 | 1001001 | 1001011 | 1000010 |
Color Harmonies of #CCE967
Complementary color
Monochromatic Colors of #CCE967
Black with #CCE967
Text Example
Text Example
White with #CCE967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE967; }
p { color: rgb(204,233,103); }
H1.HeaderClassName
{
color: #CCE967;
}
.AnyTagClassName
{
color: #CCE967;
}
</style>
background-color css
<style>
a { background-color: #CCE967; }
a { background-color: rgb(204,233,103); }
div.DivClassName
{
background-color: #CCE967;
}
.BgClassName
{
background-color: #CCE967;
}
</style>
border-color css
<style>
span { border-color: #CCE967; }
span { border-color: rgb(204,233,103); }
td.TdClassName
{
border-color: #CCE967;
}
.TagClassName
{
border-color: #CCE967;
}
</style>