Shades of Mindaro #CEF064
Tints of Mindaro #CEF064
RGB
CMYK
RGB Variations
Color information
#CEF064 (or 0xCEF064) is known color: Mindaro. HEX triplet: CE, F0 and 64. RGB value is (206,240,100). Sum of RGB (Red+Green+Blue) = 206+240+100=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF064 is #310F9B. Grayscale: #D6D6D6. Windows color (decimal): -3215260 or 6615246. OLE color: 6615246.
HSL color Cylindrical-coordinate representation of color #CEF064: hue angle of 74.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEF064 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 100 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.06 |
| HSL | 74.57º | 0.82% | 0.67% | - |
| HSV(B) | 74.57º | 0.58% | 0.94% | - |
| XYZ | 58.91 | 76.36 | 23.69 | - |
| YUV | 213.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 100 | 0.14 | 0 | 0.58 | 0.06 | 74.57 | 0.82 | 0.67 |
| Hex | CE | F0 | 64 | E | 0 | 3A | 6 | 4B | 52 | 43 |
| Octal | 316 | 360 | 144 | 16 | 0 | 72 | 6 | 113 | 122 | 103 |
| Binary | 11001110 | 11110000 | 1100100 | 1110 | 0 | 111010 | 110 | 1001011 | 1010010 | 1000011 |
Color Harmonies of #CEF064
Complementary color
Monochromatic Colors of #CEF064
Black with #CEF064
Text Example
Text Example
White with #CEF064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF064; }
p { color: rgb(206,240,100); }
H1.HeaderClassName
{
color: #CEF064;
}
.AnyTagClassName
{
color: #CEF064;
}
</style>
background-color css
<style>
a { background-color: #CEF064; }
a { background-color: rgb(206,240,100); }
div.DivClassName
{
background-color: #CEF064;
}
.BgClassName
{
background-color: #CEF064;
}
</style>
border-color css
<style>
span { border-color: #CEF064; }
span { border-color: rgb(206,240,100); }
td.TdClassName
{
border-color: #CEF064;
}
.TagClassName
{
border-color: #CEF064;
}
</style>