Shades of Mindaro #CEF65A
Tints of Mindaro #CEF65A
RGB
CMYK
RGB Variations
Color information
#CEF65A (or 0xCEF65A) is known color: Mindaro. HEX triplet: CE, F6 and 5A. RGB value is (206,246,90). Sum of RGB (Red+Green+Blue) = 206+246+90=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF65A is #3109A5. Grayscale: #D8D8D8. Windows color (decimal): -3213734 or 5961422. OLE color: 5961422.
HSL color Cylindrical-coordinate representation of color #CEF65A: hue angle of 75.38º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEF65A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 90 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.04 |
| HSL | 75.38º | 0.9% | 0.66% | - |
| HSV(B) | 75.38º | 0.63% | 0.96% | - |
| XYZ | 60.25 | 79.77 | 21.89 | - |
| YUV | 216.26 | 56.75 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 90 | 0.16 | 0 | 0.63 | 0.04 | 75.38 | 0.9 | 0.66 |
| Hex | CE | F6 | 5A | 10 | 0 | 3F | 4 | 4B | 5A | 42 |
| Octal | 316 | 366 | 132 | 20 | 0 | 77 | 4 | 113 | 132 | 102 |
| Binary | 11001110 | 11110110 | 1011010 | 10000 | 0 | 111111 | 100 | 1001011 | 1011010 | 1000010 |
Color Harmonies of #CEF65A
Complementary color
Monochromatic Colors of #CEF65A
Black with #CEF65A
Text Example
Text Example
White with #CEF65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF65A; }
p { color: rgb(206,246,90); }
H1.HeaderClassName
{
color: #CEF65A;
}
.AnyTagClassName
{
color: #CEF65A;
}
</style>
background-color css
<style>
a { background-color: #CEF65A; }
a { background-color: rgb(206,246,90); }
div.DivClassName
{
background-color: #CEF65A;
}
.BgClassName
{
background-color: #CEF65A;
}
</style>
border-color css
<style>
span { border-color: #CEF65A; }
span { border-color: rgb(206,246,90); }
td.TdClassName
{
border-color: #CEF65A;
}
.TagClassName
{
border-color: #CEF65A;
}
</style>