Shades of Mindaro #CEFA5D
Tints of Mindaro #CEFA5D
RGB
CMYK
RGB Variations
Color information
#CEFA5D (or 0xCEFA5D) is known color: Mindaro. HEX triplet: CE, FA and 5D. RGB value is (206,250,93). Sum of RGB (Red+Green+Blue) = 206+250+93=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA5D is #3105A2. Grayscale: #DBDBDB. Windows color (decimal): -3212707 or 6159054. OLE color: 6159054.
HSL color Cylindrical-coordinate representation of color #CEFA5D: hue angle of 76.82º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEFA5D is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 93 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.02 |
| HSL | 76.82º | 0.94% | 0.67% | - |
| HSV(B) | 76.82º | 0.63% | 0.98% | - |
| XYZ | 61.61 | 82.28 | 22.99 | - |
| YUV | 218.95 | 56.92 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 93 | 0.18 | 0 | 0.63 | 0.02 | 76.82 | 0.94 | 0.67 |
| Hex | CE | FA | 5D | 12 | 0 | 3F | 2 | 4D | 5E | 43 |
| Octal | 316 | 372 | 135 | 22 | 0 | 77 | 2 | 115 | 136 | 103 |
| Binary | 11001110 | 11111010 | 1011101 | 10010 | 0 | 111111 | 10 | 1001101 | 1011110 | 1000011 |
Color Harmonies of #CEFA5D
Complementary color
Monochromatic Colors of #CEFA5D
Black with #CEFA5D
Text Example
Text Example
White with #CEFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA5D; }
p { color: rgb(206,250,93); }
H1.HeaderClassName
{
color: #CEFA5D;
}
.AnyTagClassName
{
color: #CEFA5D;
}
</style>
background-color css
<style>
a { background-color: #CEFA5D; }
a { background-color: rgb(206,250,93); }
div.DivClassName
{
background-color: #CEFA5D;
}
.BgClassName
{
background-color: #CEFA5D;
}
</style>
border-color css
<style>
span { border-color: #CEFA5D; }
span { border-color: rgb(206,250,93); }
td.TdClassName
{
border-color: #CEFA5D;
}
.TagClassName
{
border-color: #CEFA5D;
}
</style>