Shades of Mindaro #C8ED5D
Tints of Mindaro #C8ED5D
RGB
CMYK
RGB Variations
Color information
#C8ED5D (or 0xC8ED5D) is known color: Mindaro. HEX triplet: C8, ED and 5D. RGB value is (200,237,93). Sum of RGB (Red+Green+Blue) = 200+237+93=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8ED5D is #3712A2. Grayscale: #D2D2D2. Windows color (decimal): -3609251 or 6155720. OLE color: 6155720.
HSL color Cylindrical-coordinate representation of color #C8ED5D: hue angle of 75.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8ED5D is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 237 | 93 | - |
CMYK | 0.16 | 0 | 0.61 | 0.07 |
HSL | 75.42º | 0.8% | 0.65% | - |
HSV(B) | 75.42º | 0.61% | 0.93% | - |
XYZ | 56.08 | 73.64 | 21.61 | - |
YUV | 209.52 | 62.24 | 121.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 237 | 93 | 0.16 | 0 | 0.61 | 0.07 | 75.42 | 0.8 | 0.65 |
Hex | C8 | ED | 5D | 10 | 0 | 3D | 7 | 4B | 50 | 41 |
Octal | 310 | 355 | 135 | 20 | 0 | 75 | 7 | 113 | 120 | 101 |
Binary | 11001000 | 11101101 | 1011101 | 10000 | 0 | 111101 | 111 | 1001011 | 1010000 | 1000001 |
Color Harmonies of #C8ED5D
Complementary color
Monochromatic Colors of #C8ED5D
Black with #C8ED5D
Text Example
Text Example
White with #C8ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED5D; }
p { color: rgb(200,237,93); }
H1.HeaderClassName
{
color: #C8ED5D;
}
.AnyTagClassName
{
color: #C8ED5D;
}
</style>
background-color css
<style>
a { background-color: #C8ED5D; }
a { background-color: rgb(200,237,93); }
div.DivClassName
{
background-color: #C8ED5D;
}
.BgClassName
{
background-color: #C8ED5D;
}
</style>
border-color css
<style>
span { border-color: #C8ED5D; }
span { border-color: rgb(200,237,93); }
td.TdClassName
{
border-color: #C8ED5D;
}
.TagClassName
{
border-color: #C8ED5D;
}
</style>