Shades of Mindaro #CEFA6D
Tints of Mindaro #CEFA6D
RGB
CMYK
RGB Variations
Color information
#CEFA6D (or 0xCEFA6D) is known color: Mindaro. HEX triplet: CE, FA and 6D. RGB value is (206,250,109). Sum of RGB (Red+Green+Blue) = 206+250+109=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA6D is #310592. Grayscale: #DDDDDD. Windows color (decimal): -3212691 or 7207630. OLE color: 7207630.
HSL color Cylindrical-coordinate representation of color #CEFA6D: hue angle of 78.72º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEFA6D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 109 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.02 |
| HSL | 78.72º | 0.93% | 0.7% | - |
| HSV(B) | 78.72º | 0.56% | 0.98% | - |
| XYZ | 62.4 | 82.6 | 27.12 | - |
| YUV | 220.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 109 | 0.18 | 0 | 0.56 | 0.02 | 78.72 | 0.93 | 0.7 |
| Hex | CE | FA | 6D | 12 | 0 | 38 | 2 | 4F | 5D | 46 |
| Octal | 316 | 372 | 155 | 22 | 0 | 70 | 2 | 117 | 135 | 106 |
| Binary | 11001110 | 11111010 | 1101101 | 10010 | 0 | 111000 | 10 | 1001111 | 1011101 | 1000110 |
Color Harmonies of #CEFA6D
Complementary color
Monochromatic Colors of #CEFA6D
Black with #CEFA6D
Text Example
Text Example
White with #CEFA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA6D; }
p { color: rgb(206,250,109); }
H1.HeaderClassName
{
color: #CEFA6D;
}
.AnyTagClassName
{
color: #CEFA6D;
}
</style>
background-color css
<style>
a { background-color: #CEFA6D; }
a { background-color: rgb(206,250,109); }
div.DivClassName
{
background-color: #CEFA6D;
}
.BgClassName
{
background-color: #CEFA6D;
}
</style>
border-color css
<style>
span { border-color: #CEFA6D; }
span { border-color: rgb(206,250,109); }
td.TdClassName
{
border-color: #CEFA6D;
}
.TagClassName
{
border-color: #CEFA6D;
}
</style>