Shades of Mindaro #CEE567
Tints of Mindaro #CEE567
RGB
CMYK
RGB Variations
Color information
#CEE567 (or 0xCEE567) is known color: Mindaro. HEX triplet: CE, E5 and 67. RGB value is (206,229,103). Sum of RGB (Red+Green+Blue) = 206+229+103=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE567 is #311A98. Grayscale: #D0D0D0. Windows color (decimal): -3218073 or 6809038. OLE color: 6809038.
HSL color Cylindrical-coordinate representation of color #CEE567: hue angle of 70.95º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEE567 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 103 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.10 |
| HSL | 70.95º | 0.71% | 0.65% | - |
| HSV(B) | 70.95º | 0.55% | 0.9% | - |
| XYZ | 55.92 | 70.14 | 23.42 | - |
| YUV | 207.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 103 | 0.10 | 0 | 0.55 | 0.10 | 70.95 | 0.71 | 0.65 |
| Hex | CE | E5 | 67 | A | 0 | 37 | A | 47 | 47 | 41 |
| Octal | 316 | 345 | 147 | 12 | 0 | 67 | 12 | 107 | 107 | 101 |
| Binary | 11001110 | 11100101 | 1100111 | 1010 | 0 | 110111 | 1010 | 1000111 | 1000111 | 1000001 |
Color Harmonies of #CEE567
Complementary color
Monochromatic Colors of #CEE567
Black with #CEE567
Text Example
Text Example
White with #CEE567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE567; }
p { color: rgb(206,229,103); }
H1.HeaderClassName
{
color: #CEE567;
}
.AnyTagClassName
{
color: #CEE567;
}
</style>
background-color css
<style>
a { background-color: #CEE567; }
a { background-color: rgb(206,229,103); }
div.DivClassName
{
background-color: #CEE567;
}
.BgClassName
{
background-color: #CEE567;
}
</style>
border-color css
<style>
span { border-color: #CEE567; }
span { border-color: rgb(206,229,103); }
td.TdClassName
{
border-color: #CEE567;
}
.TagClassName
{
border-color: #CEE567;
}
</style>