Shades of Mindaro #CEE754
Tints of Mindaro #CEE754
RGB
CMYK
RGB Variations
Color information
#CEE754 (or 0xCEE754) is known color: Mindaro. HEX triplet: CE, E7 and 54. RGB value is (206,231,84). Sum of RGB (Red+Green+Blue) = 206+231+84=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE754 is #3118AB. Grayscale: #CFCFCF. Windows color (decimal): -3217580 or 5564366. OLE color: 5564366.
HSL color Cylindrical-coordinate representation of color #CEE754: hue angle of 70.2º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEE754 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 84 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.09 |
| HSL | 70.2º | 0.75% | 0.62% | - |
| HSV(B) | 70.2º | 0.64% | 0.91% | - |
| XYZ | 55.63 | 70.91 | 19.14 | - |
| YUV | 206.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 84 | 0.11 | 0 | 0.64 | 0.09 | 70.2 | 0.75 | 0.62 |
| Hex | CE | E7 | 54 | B | 0 | 40 | 9 | 46 | 4B | 3E |
| Octal | 316 | 347 | 124 | 13 | 0 | 100 | 11 | 106 | 113 | 76 |
| Binary | 11001110 | 11100111 | 1010100 | 1011 | 0 | 1000000 | 1001 | 1000110 | 1001011 | 111110 |
Color Harmonies of #CEE754
Complementary color
Monochromatic Colors of #CEE754
Black with #CEE754
Text Example
Text Example
White with #CEE754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE754; }
p { color: rgb(206,231,84); }
H1.HeaderClassName
{
color: #CEE754;
}
.AnyTagClassName
{
color: #CEE754;
}
</style>
background-color css
<style>
a { background-color: #CEE754; }
a { background-color: rgb(206,231,84); }
div.DivClassName
{
background-color: #CEE754;
}
.BgClassName
{
background-color: #CEE754;
}
</style>
border-color css
<style>
span { border-color: #CEE754; }
span { border-color: rgb(206,231,84); }
td.TdClassName
{
border-color: #CEE754;
}
.TagClassName
{
border-color: #CEE754;
}
</style>