Shades of Mindaro #CCED67
Tints of Mindaro #CCED67
RGB
CMYK
RGB Variations
Color information
#CCED67 (or 0xCCED67) is known color: Mindaro. HEX triplet: CC, ED and 67. RGB value is (204,237,103). Sum of RGB (Red+Green+Blue) = 204+237+103=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED67 is #331298. Grayscale: #D4D4D4. Windows color (decimal): -3347097 or 6811084. OLE color: 6811084.
HSL color Cylindrical-coordinate representation of color #CCED67: hue angle of 74.78º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCED67 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 103 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.07 |
| HSL | 74.78º | 0.79% | 0.67% | - |
| HSV(B) | 74.78º | 0.57% | 0.93% | - |
| XYZ | 57.63 | 74.39 | 24.15 | - |
| YUV | 211.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 103 | 0.14 | 0 | 0.57 | 0.07 | 74.78 | 0.79 | 0.67 |
| Hex | CC | ED | 67 | E | 0 | 39 | 7 | 4B | 4F | 43 |
| Octal | 314 | 355 | 147 | 16 | 0 | 71 | 7 | 113 | 117 | 103 |
| Binary | 11001100 | 11101101 | 1100111 | 1110 | 0 | 111001 | 111 | 1001011 | 1001111 | 1000011 |
Color Harmonies of #CCED67
Complementary color
Monochromatic Colors of #CCED67
Black with #CCED67
Text Example
Text Example
White with #CCED67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED67; }
p { color: rgb(204,237,103); }
H1.HeaderClassName
{
color: #CCED67;
}
.AnyTagClassName
{
color: #CCED67;
}
</style>
background-color css
<style>
a { background-color: #CCED67; }
a { background-color: rgb(204,237,103); }
div.DivClassName
{
background-color: #CCED67;
}
.BgClassName
{
background-color: #CCED67;
}
</style>
border-color css
<style>
span { border-color: #CCED67; }
span { border-color: rgb(204,237,103); }
td.TdClassName
{
border-color: #CCED67;
}
.TagClassName
{
border-color: #CCED67;
}
</style>