Shades of Mindaro #C9ED67
Tints of Mindaro #C9ED67
RGB
CMYK
RGB Variations
Color information
#C9ED67 (or 0xC9ED67) is known color: Mindaro. HEX triplet: C9, ED and 67. RGB value is (201,237,103). Sum of RGB (Red+Green+Blue) = 201+237+103=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED67 is #361298. Grayscale: #D3D3D3. Windows color (decimal): -3543705 or 6811081. OLE color: 6811081.
HSL color Cylindrical-coordinate representation of color #C9ED67: hue angle of 76.12º 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 #C9ED67 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 103 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.07 |
| HSL | 76.12º | 0.79% | 0.67% | - |
| HSV(B) | 76.12º | 0.57% | 0.93% | - |
| XYZ | 56.82 | 73.97 | 24.11 | - |
| YUV | 210.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 103 | 0.15 | 0 | 0.57 | 0.07 | 76.12 | 0.79 | 0.67 |
| Hex | C9 | ED | 67 | F | 0 | 39 | 7 | 4C | 4F | 43 |
| Octal | 311 | 355 | 147 | 17 | 0 | 71 | 7 | 114 | 117 | 103 |
| Binary | 11001001 | 11101101 | 1100111 | 1111 | 0 | 111001 | 111 | 1001100 | 1001111 | 1000011 |
Color Harmonies of #C9ED67
Complementary color
Monochromatic Colors of #C9ED67
Black with #C9ED67
Text Example
Text Example
White with #C9ED67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED67; }
p { color: rgb(201,237,103); }
H1.HeaderClassName
{
color: #C9ED67;
}
.AnyTagClassName
{
color: #C9ED67;
}
</style>
background-color css
<style>
a { background-color: #C9ED67; }
a { background-color: rgb(201,237,103); }
div.DivClassName
{
background-color: #C9ED67;
}
.BgClassName
{
background-color: #C9ED67;
}
</style>
border-color css
<style>
span { border-color: #C9ED67; }
span { border-color: rgb(201,237,103); }
td.TdClassName
{
border-color: #C9ED67;
}
.TagClassName
{
border-color: #C9ED67;
}
</style>