Shades of Mindaro #CEF765
Tints of Mindaro #CEF765
RGB
CMYK
RGB Variations
Color information
#CEF765 (or 0xCEF765) is known color: Mindaro. HEX triplet: CE, F7 and 65. RGB value is (206,247,101). Sum of RGB (Red+Green+Blue) = 206+247+101=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF765 is #31089A. Grayscale: #DADADA. Windows color (decimal): -3213467 or 6682574. OLE color: 6682574.
HSL color Cylindrical-coordinate representation of color #CEF765: hue angle of 76.85º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEF765 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 101 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.03 |
| HSL | 76.85º | 0.9% | 0.68% | - |
| HSV(B) | 76.85º | 0.59% | 0.97% | - |
| XYZ | 61.06 | 80.58 | 24.65 | - |
| YUV | 218.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 101 | 0.17 | 0 | 0.59 | 0.03 | 76.85 | 0.9 | 0.68 |
| Hex | CE | F7 | 65 | 11 | 0 | 3B | 3 | 4D | 5A | 44 |
| Octal | 316 | 367 | 145 | 21 | 0 | 73 | 3 | 115 | 132 | 104 |
| Binary | 11001110 | 11110111 | 1100101 | 10001 | 0 | 111011 | 11 | 1001101 | 1011010 | 1000100 |
Color Harmonies of #CEF765
Complementary color
Monochromatic Colors of #CEF765
Black with #CEF765
Text Example
Text Example
White with #CEF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF765; }
p { color: rgb(206,247,101); }
H1.HeaderClassName
{
color: #CEF765;
}
.AnyTagClassName
{
color: #CEF765;
}
</style>
background-color css
<style>
a { background-color: #CEF765; }
a { background-color: rgb(206,247,101); }
div.DivClassName
{
background-color: #CEF765;
}
.BgClassName
{
background-color: #CEF765;
}
</style>
border-color css
<style>
span { border-color: #CEF765; }
span { border-color: rgb(206,247,101); }
td.TdClassName
{
border-color: #CEF765;
}
.TagClassName
{
border-color: #CEF765;
}
</style>