Shades of Mindaro #CEF25F
Tints of Mindaro #CEF25F
RGB
CMYK
RGB Variations
Color information
#CEF25F (or 0xCEF25F) is known color: Mindaro. HEX triplet: CE, F2 and 5F. RGB value is (206,242,95). Sum of RGB (Red+Green+Blue) = 206+242+95=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF25F is #310DA0. Grayscale: #D7D7D7. Windows color (decimal): -3214753 or 6288078. OLE color: 6288078.
HSL color Cylindrical-coordinate representation of color #CEF25F: hue angle of 74.69º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEF25F is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 95 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.05 |
| HSL | 74.69º | 0.85% | 0.66% | - |
| HSV(B) | 74.69º | 0.61% | 0.95% | - |
| XYZ | 59.27 | 77.45 | 22.65 | - |
| YUV | 214.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 95 | 0.15 | 0 | 0.61 | 0.05 | 74.69 | 0.85 | 0.66 |
| Hex | CE | F2 | 5F | F | 0 | 3D | 5 | 4B | 55 | 42 |
| Octal | 316 | 362 | 137 | 17 | 0 | 75 | 5 | 113 | 125 | 102 |
| Binary | 11001110 | 11110010 | 1011111 | 1111 | 0 | 111101 | 101 | 1001011 | 1010101 | 1000010 |
Color Harmonies of #CEF25F
Complementary color
Monochromatic Colors of #CEF25F
Black with #CEF25F
Text Example
Text Example
White with #CEF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF25F; }
p { color: rgb(206,242,95); }
H1.HeaderClassName
{
color: #CEF25F;
}
.AnyTagClassName
{
color: #CEF25F;
}
</style>
background-color css
<style>
a { background-color: #CEF25F; }
a { background-color: rgb(206,242,95); }
div.DivClassName
{
background-color: #CEF25F;
}
.BgClassName
{
background-color: #CEF25F;
}
</style>
border-color css
<style>
span { border-color: #CEF25F; }
span { border-color: rgb(206,242,95); }
td.TdClassName
{
border-color: #CEF25F;
}
.TagClassName
{
border-color: #CEF25F;
}
</style>