Shades of Mindaro #C8ED67
Tints of Mindaro #C8ED67
RGB
CMYK
RGB Variations
Color information
#C8ED67 (or 0xC8ED67) is known color: Mindaro. HEX triplet: C8, ED and 67. RGB value is (200,237,103). Sum of RGB (Red+Green+Blue) = 200+237+103=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8ED67 is #371298. Grayscale: #D3D3D3. Windows color (decimal): -3609241 or 6811080. OLE color: 6811080.
HSL color Cylindrical-coordinate representation of color #C8ED67: hue angle of 76.57º 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 #C8ED67 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 103 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.07 |
| HSL | 76.57º | 0.79% | 0.67% | - |
| HSV(B) | 76.57º | 0.57% | 0.93% | - |
| XYZ | 56.55 | 73.83 | 24.1 | - |
| YUV | 210.66 | 67.24 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 103 | 0.16 | 0 | 0.57 | 0.07 | 76.57 | 0.79 | 0.67 |
| Hex | C8 | ED | 67 | 10 | 0 | 39 | 7 | 4D | 4F | 43 |
| Octal | 310 | 355 | 147 | 20 | 0 | 71 | 7 | 115 | 117 | 103 |
| Binary | 11001000 | 11101101 | 1100111 | 10000 | 0 | 111001 | 111 | 1001101 | 1001111 | 1000011 |
Color Harmonies of #C8ED67
Complementary color
Monochromatic Colors of #C8ED67
Black with #C8ED67
Text Example
Text Example
White with #C8ED67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED67; }
p { color: rgb(200,237,103); }
H1.HeaderClassName
{
color: #C8ED67;
}
.AnyTagClassName
{
color: #C8ED67;
}
</style>
background-color css
<style>
a { background-color: #C8ED67; }
a { background-color: rgb(200,237,103); }
div.DivClassName
{
background-color: #C8ED67;
}
.BgClassName
{
background-color: #C8ED67;
}
</style>
border-color css
<style>
span { border-color: #C8ED67; }
span { border-color: rgb(200,237,103); }
td.TdClassName
{
border-color: #C8ED67;
}
.TagClassName
{
border-color: #C8ED67;
}
</style>