Shades of Mindaro #CEF65C
Tints of Mindaro #CEF65C
RGB
CMYK
RGB Variations
Color information
#CEF65C (or 0xCEF65C) is known color: Mindaro. HEX triplet: CE, F6 and 5C. RGB value is (206,246,92). Sum of RGB (Red+Green+Blue) = 206+246+92=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF65C is #3109A3. Grayscale: #D9D9D9. Windows color (decimal): -3213732 or 6092494. OLE color: 6092494.
HSL color Cylindrical-coordinate representation of color #CEF65C: hue angle of 75.58º 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 #CEF65C is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 92 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.04 |
| HSL | 75.58º | 0.9% | 0.66% | - |
| HSV(B) | 75.58º | 0.63% | 0.96% | - |
| XYZ | 60.34 | 79.81 | 22.35 | - |
| YUV | 216.48 | 57.75 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 92 | 0.16 | 0 | 0.63 | 0.04 | 75.58 | 0.9 | 0.66 |
| Hex | CE | F6 | 5C | 10 | 0 | 3F | 4 | 4C | 5A | 42 |
| Octal | 316 | 366 | 134 | 20 | 0 | 77 | 4 | 114 | 132 | 102 |
| Binary | 11001110 | 11110110 | 1011100 | 10000 | 0 | 111111 | 100 | 1001100 | 1011010 | 1000010 |
Color Harmonies of #CEF65C
Complementary color
Monochromatic Colors of #CEF65C
Black with #CEF65C
Text Example
Text Example
White with #CEF65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF65C; }
p { color: rgb(206,246,92); }
H1.HeaderClassName
{
color: #CEF65C;
}
.AnyTagClassName
{
color: #CEF65C;
}
</style>
background-color css
<style>
a { background-color: #CEF65C; }
a { background-color: rgb(206,246,92); }
div.DivClassName
{
background-color: #CEF65C;
}
.BgClassName
{
background-color: #CEF65C;
}
</style>
border-color css
<style>
span { border-color: #CEF65C; }
span { border-color: rgb(206,246,92); }
td.TdClassName
{
border-color: #CEF65C;
}
.TagClassName
{
border-color: #CEF65C;
}
</style>