Shades of Mindaro #CEEE68
Tints of Mindaro #CEEE68
RGB
CMYK
RGB Variations
Color information
#CEEE68 (or 0xCEEE68) is known color: Mindaro. HEX triplet: CE, EE and 68. RGB value is (206,238,104). Sum of RGB (Red+Green+Blue) = 206+238+104=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE68 is #311197. Grayscale: #D5D5D5. Windows color (decimal): -3215768 or 6876878. OLE color: 6876878.
HSL color Cylindrical-coordinate representation of color #CEEE68: hue angle of 74.33º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEEE68 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 104 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.07 |
| HSL | 74.33º | 0.8% | 0.67% | - |
| HSV(B) | 74.33º | 0.56% | 0.93% | - |
| XYZ | 58.53 | 75.27 | 24.54 | - |
| YUV | 213.16 | 66.4 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 104 | 0.13 | 0 | 0.56 | 0.07 | 74.33 | 0.8 | 0.67 |
| Hex | CE | EE | 68 | D | 0 | 38 | 7 | 4A | 50 | 43 |
| Octal | 316 | 356 | 150 | 15 | 0 | 70 | 7 | 112 | 120 | 103 |
| Binary | 11001110 | 11101110 | 1101000 | 1101 | 0 | 111000 | 111 | 1001010 | 1010000 | 1000011 |
Color Harmonies of #CEEE68
Complementary color
Monochromatic Colors of #CEEE68
Black with #CEEE68
Text Example
Text Example
White with #CEEE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE68; }
p { color: rgb(206,238,104); }
H1.HeaderClassName
{
color: #CEEE68;
}
.AnyTagClassName
{
color: #CEEE68;
}
</style>
background-color css
<style>
a { background-color: #CEEE68; }
a { background-color: rgb(206,238,104); }
div.DivClassName
{
background-color: #CEEE68;
}
.BgClassName
{
background-color: #CEEE68;
}
</style>
border-color css
<style>
span { border-color: #CEEE68; }
span { border-color: rgb(206,238,104); }
td.TdClassName
{
border-color: #CEEE68;
}
.TagClassName
{
border-color: #CEEE68;
}
</style>