Shades of Mindaro #CEF65D
Tints of Mindaro #CEF65D
RGB
CMYK
RGB Variations
Color information
#CEF65D (or 0xCEF65D) is known color: Mindaro. HEX triplet: CE, F6 and 5D. RGB value is (206,246,93). Sum of RGB (Red+Green+Blue) = 206+246+93=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF65D is #3109A2. Grayscale: #D9D9D9. Windows color (decimal): -3213731 or 6158030. OLE color: 6158030.
HSL color Cylindrical-coordinate representation of color #CEF65D: hue angle of 75.69º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEF65D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 93 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.04 |
| HSL | 75.69º | 0.89% | 0.66% | - |
| HSV(B) | 75.69º | 0.62% | 0.96% | - |
| XYZ | 60.39 | 79.82 | 22.58 | - |
| YUV | 216.6 | 58.25 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 93 | 0.16 | 0 | 0.62 | 0.04 | 75.69 | 0.89 | 0.66 |
| Hex | CE | F6 | 5D | 10 | 0 | 3E | 4 | 4C | 59 | 42 |
| Octal | 316 | 366 | 135 | 20 | 0 | 76 | 4 | 114 | 131 | 102 |
| Binary | 11001110 | 11110110 | 1011101 | 10000 | 0 | 111110 | 100 | 1001100 | 1011001 | 1000010 |
Color Harmonies of #CEF65D
Complementary color
Monochromatic Colors of #CEF65D
Black with #CEF65D
Text Example
Text Example
White with #CEF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF65D; }
p { color: rgb(206,246,93); }
H1.HeaderClassName
{
color: #CEF65D;
}
.AnyTagClassName
{
color: #CEF65D;
}
</style>
background-color css
<style>
a { background-color: #CEF65D; }
a { background-color: rgb(206,246,93); }
div.DivClassName
{
background-color: #CEF65D;
}
.BgClassName
{
background-color: #CEF65D;
}
</style>
border-color css
<style>
span { border-color: #CEF65D; }
span { border-color: rgb(206,246,93); }
td.TdClassName
{
border-color: #CEF65D;
}
.TagClassName
{
border-color: #CEF65D;
}
</style>