Shades of Mindaro #CEEA6D
Tints of Mindaro #CEEA6D
RGB
CMYK
RGB Variations
Color information
#CEEA6D (or 0xCEEA6D) is known color: Mindaro. HEX triplet: CE, EA and 6D. RGB value is (206,234,109). Sum of RGB (Red+Green+Blue) = 206+234+109=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEA6D is #311592. Grayscale: #D3D3D3. Windows color (decimal): -3216787 or 7203534. OLE color: 7203534.
HSL color Cylindrical-coordinate representation of color #CEEA6D: hue angle of 73.44º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEEA6D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 109 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.08 |
| HSL | 73.44º | 0.75% | 0.67% | - |
| HSV(B) | 73.44º | 0.53% | 0.92% | - |
| XYZ | 57.64 | 73.07 | 25.53 | - |
| YUV | 211.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 109 | 0.12 | 0 | 0.53 | 0.08 | 73.44 | 0.75 | 0.67 |
| Hex | CE | EA | 6D | C | 0 | 35 | 8 | 49 | 4B | 43 |
| Octal | 316 | 352 | 155 | 14 | 0 | 65 | 10 | 111 | 113 | 103 |
| Binary | 11001110 | 11101010 | 1101101 | 1100 | 0 | 110101 | 1000 | 1001001 | 1001011 | 1000011 |
Color Harmonies of #CEEA6D
Complementary color
Monochromatic Colors of #CEEA6D
Black with #CEEA6D
Text Example
Text Example
White with #CEEA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEA6D; }
p { color: rgb(206,234,109); }
H1.HeaderClassName
{
color: #CEEA6D;
}
.AnyTagClassName
{
color: #CEEA6D;
}
</style>
background-color css
<style>
a { background-color: #CEEA6D; }
a { background-color: rgb(206,234,109); }
div.DivClassName
{
background-color: #CEEA6D;
}
.BgClassName
{
background-color: #CEEA6D;
}
</style>
border-color css
<style>
span { border-color: #CEEA6D; }
span { border-color: rgb(206,234,109); }
td.TdClassName
{
border-color: #CEEA6D;
}
.TagClassName
{
border-color: #CEEA6D;
}
</style>