Shades of Mindaro #CEFA5B
Tints of Mindaro #CEFA5B
RGB
CMYK
RGB Variations
Color information
#CEFA5B (or 0xCEFA5B) is known color: Mindaro. HEX triplet: CE, FA and 5B. RGB value is (206,250,91). Sum of RGB (Red+Green+Blue) = 206+250+91=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA5B is #3105A4. Grayscale: #DBDBDB. Windows color (decimal): -3212709 or 6027982. OLE color: 6027982.
HSL color Cylindrical-coordinate representation of color #CEFA5B: hue angle of 76.6º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEFA5B is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 91 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.02 |
| HSL | 76.6º | 0.94% | 0.67% | - |
| HSV(B) | 76.6º | 0.64% | 0.98% | - |
| XYZ | 61.53 | 82.25 | 22.53 | - |
| YUV | 218.72 | 55.92 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 91 | 0.18 | 0 | 0.64 | 0.02 | 76.6 | 0.94 | 0.67 |
| Hex | CE | FA | 5B | 12 | 0 | 40 | 2 | 4D | 5E | 43 |
| Octal | 316 | 372 | 133 | 22 | 0 | 100 | 2 | 115 | 136 | 103 |
| Binary | 11001110 | 11111010 | 1011011 | 10010 | 0 | 1000000 | 10 | 1001101 | 1011110 | 1000011 |
Color Harmonies of #CEFA5B
Complementary color
Monochromatic Colors of #CEFA5B
Black with #CEFA5B
Text Example
Text Example
White with #CEFA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA5B; }
p { color: rgb(206,250,91); }
H1.HeaderClassName
{
color: #CEFA5B;
}
.AnyTagClassName
{
color: #CEFA5B;
}
</style>
background-color css
<style>
a { background-color: #CEFA5B; }
a { background-color: rgb(206,250,91); }
div.DivClassName
{
background-color: #CEFA5B;
}
.BgClassName
{
background-color: #CEFA5B;
}
</style>
border-color css
<style>
span { border-color: #CEFA5B; }
span { border-color: rgb(206,250,91); }
td.TdClassName
{
border-color: #CEFA5B;
}
.TagClassName
{
border-color: #CEFA5B;
}
</style>