Shades of Mindaro #CEFF5B
Tints of Mindaro #CEFF5B
RGB
CMYK
RGB Variations
Color information
#CEFF5B (or 0xCEFF5B) is known color: Mindaro. HEX triplet: CE, FF and 5B. RGB value is (206,255,91). Sum of RGB (Red+Green+Blue) = 206+255+91=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF5B is #3100A4. Grayscale: #DEDEDE. Windows color (decimal): -3211429 or 6029262. OLE color: 6029262.
HSL color Cylindrical-coordinate representation of color #CEFF5B: hue angle of 77.93º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEFF5B is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 91 | - |
| CMYK | 0.19 | 0 | 0.64 | 0 |
| HSL | 77.93º | 1% | 0.68% | - |
| HSV(B) | 77.93º | 0.64% | 1% | - |
| XYZ | 63.1 | 85.4 | 23.06 | - |
| YUV | 221.65 | 54.27 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 91 | 0.19 | 0 | 0.64 | 0 | 77.93 | 1 | 0.68 |
| Hex | CE | FF | 5B | 13 | 0 | 40 | 0 | 4E | 64 | 44 |
| Octal | 316 | 377 | 133 | 23 | 0 | 100 | 0 | 116 | 144 | 104 |
| Binary | 11001110 | 11111111 | 1011011 | 10011 | 0 | 1000000 | 0 | 1001110 | 1100100 | 1000100 |
Color Harmonies of #CEFF5B
Complementary color
Monochromatic Colors of #CEFF5B
Black with #CEFF5B
Text Example
Text Example
White with #CEFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF5B; }
p { color: rgb(206,255,91); }
H1.HeaderClassName
{
color: #CEFF5B;
}
.AnyTagClassName
{
color: #CEFF5B;
}
</style>
background-color css
<style>
a { background-color: #CEFF5B; }
a { background-color: rgb(206,255,91); }
div.DivClassName
{
background-color: #CEFF5B;
}
.BgClassName
{
background-color: #CEFF5B;
}
</style>
border-color css
<style>
span { border-color: #CEFF5B; }
span { border-color: rgb(206,255,91); }
td.TdClassName
{
border-color: #CEFF5B;
}
.TagClassName
{
border-color: #CEFF5B;
}
</style>