Shades of Mindaro #CEE75C
Tints of Mindaro #CEE75C
RGB
CMYK
RGB Variations
Color information
#CEE75C (or 0xCEE75C) is known color: Mindaro. HEX triplet: CE, E7 and 5C. RGB value is (206,231,92). Sum of RGB (Red+Green+Blue) = 206+231+92=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE75C is #3118A3. Grayscale: #D0D0D0. Windows color (decimal): -3217572 or 6088654. OLE color: 6088654.
HSL color Cylindrical-coordinate representation of color #CEE75C: hue angle of 70.79º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEE75C is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 92 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.09 |
| HSL | 70.79º | 0.74% | 0.63% | - |
| HSV(B) | 70.79º | 0.6% | 0.91% | - |
| XYZ | 55.96 | 71.05 | 20.89 | - |
| YUV | 207.68 | 62.72 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 92 | 0.11 | 0 | 0.60 | 0.09 | 70.79 | 0.74 | 0.63 |
| Hex | CE | E7 | 5C | B | 0 | 3C | 9 | 47 | 4A | 3F |
| Octal | 316 | 347 | 134 | 13 | 0 | 74 | 11 | 107 | 112 | 77 |
| Binary | 11001110 | 11100111 | 1011100 | 1011 | 0 | 111100 | 1001 | 1000111 | 1001010 | 111111 |
Color Harmonies of #CEE75C
Complementary color
Monochromatic Colors of #CEE75C
Black with #CEE75C
Text Example
Text Example
White with #CEE75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE75C; }
p { color: rgb(206,231,92); }
H1.HeaderClassName
{
color: #CEE75C;
}
.AnyTagClassName
{
color: #CEE75C;
}
</style>
background-color css
<style>
a { background-color: #CEE75C; }
a { background-color: rgb(206,231,92); }
div.DivClassName
{
background-color: #CEE75C;
}
.BgClassName
{
background-color: #CEE75C;
}
</style>
border-color css
<style>
span { border-color: #CEE75C; }
span { border-color: rgb(206,231,92); }
td.TdClassName
{
border-color: #CEE75C;
}
.TagClassName
{
border-color: #CEE75C;
}
</style>