Shades of Mindaro #C9ED6A
Tints of Mindaro #C9ED6A
RGB
CMYK
RGB Variations
Color information
#C9ED6A (or 0xC9ED6A) is known color: Mindaro. HEX triplet: C9, ED and 6A. RGB value is (201,237,106). Sum of RGB (Red+Green+Blue) = 201+237+106=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED6A is #361295. Grayscale: #D3D3D3. Windows color (decimal): -3543702 or 7007689. OLE color: 7007689.
HSL color Cylindrical-coordinate representation of color #C9ED6A: hue angle of 76.49º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9ED6A is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 106 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.07 |
| HSL | 76.49º | 0.78% | 0.67% | - |
| HSV(B) | 76.49º | 0.55% | 0.93% | - |
| XYZ | 56.97 | 74.03 | 24.92 | - |
| YUV | 211.3 | 68.57 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 106 | 0.15 | 0 | 0.55 | 0.07 | 76.49 | 0.78 | 0.67 |
| Hex | C9 | ED | 6A | F | 0 | 37 | 7 | 4C | 4E | 43 |
| Octal | 311 | 355 | 152 | 17 | 0 | 67 | 7 | 114 | 116 | 103 |
| Binary | 11001001 | 11101101 | 1101010 | 1111 | 0 | 110111 | 111 | 1001100 | 1001110 | 1000011 |
Color Harmonies of #C9ED6A
Complementary color
Monochromatic Colors of #C9ED6A
Black with #C9ED6A
Text Example
Text Example
White with #C9ED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED6A; }
p { color: rgb(201,237,106); }
H1.HeaderClassName
{
color: #C9ED6A;
}
.AnyTagClassName
{
color: #C9ED6A;
}
</style>
background-color css
<style>
a { background-color: #C9ED6A; }
a { background-color: rgb(201,237,106); }
div.DivClassName
{
background-color: #C9ED6A;
}
.BgClassName
{
background-color: #C9ED6A;
}
</style>
border-color css
<style>
span { border-color: #C9ED6A; }
span { border-color: rgb(201,237,106); }
td.TdClassName
{
border-color: #C9ED6A;
}
.TagClassName
{
border-color: #C9ED6A;
}
</style>