Shades of Mindaro #CEE65C
Tints of Mindaro #CEE65C
RGB
CMYK
RGB Variations
Color information
#CEE65C (or 0xCEE65C) is known color: Mindaro. HEX triplet: CE, E6 and 5C. RGB value is (206,230,92). Sum of RGB (Red+Green+Blue) = 206+230+92=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE65C is #3119A3. Grayscale: #CFCFCF. Windows color (decimal): -3217828 or 6088398. OLE color: 6088398.
HSL color Cylindrical-coordinate representation of color #CEE65C: hue angle of 70.43º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEE65C is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 92 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.10 |
| HSL | 70.43º | 0.73% | 0.63% | - |
| HSV(B) | 70.43º | 0.6% | 0.9% | - |
| XYZ | 55.68 | 70.49 | 20.8 | - |
| YUV | 207.09 | 63.05 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 92 | 0.10 | 0 | 0.60 | 0.10 | 70.43 | 0.73 | 0.63 |
| Hex | CE | E6 | 5C | A | 0 | 3C | A | 46 | 49 | 3F |
| Octal | 316 | 346 | 134 | 12 | 0 | 74 | 12 | 106 | 111 | 77 |
| Binary | 11001110 | 11100110 | 1011100 | 1010 | 0 | 111100 | 1010 | 1000110 | 1001001 | 111111 |
Color Harmonies of #CEE65C
Complementary color
Monochromatic Colors of #CEE65C
Black with #CEE65C
Text Example
Text Example
White with #CEE65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE65C; }
p { color: rgb(206,230,92); }
H1.HeaderClassName
{
color: #CEE65C;
}
.AnyTagClassName
{
color: #CEE65C;
}
</style>
background-color css
<style>
a { background-color: #CEE65C; }
a { background-color: rgb(206,230,92); }
div.DivClassName
{
background-color: #CEE65C;
}
.BgClassName
{
background-color: #CEE65C;
}
</style>
border-color css
<style>
span { border-color: #CEE65C; }
span { border-color: rgb(206,230,92); }
td.TdClassName
{
border-color: #CEE65C;
}
.TagClassName
{
border-color: #CEE65C;
}
</style>