Shades of Mindaro #CEEF68
Tints of Mindaro #CEEF68
RGB
CMYK
RGB Variations
Color information
#CEEF68 (or 0xCEEF68) is known color: Mindaro. HEX triplet: CE, EF and 68. RGB value is (206,239,104). Sum of RGB (Red+Green+Blue) = 206+239+104=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEF68 is #311097. Grayscale: #D6D6D6. Windows color (decimal): -3215512 or 6877134. OLE color: 6877134.
HSL color Cylindrical-coordinate representation of color #CEEF68: hue angle of 74.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEEF68 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 104 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.06 |
| HSL | 74.67º | 0.81% | 0.67% | - |
| HSV(B) | 74.67º | 0.56% | 0.94% | - |
| XYZ | 58.82 | 75.85 | 24.64 | - |
| YUV | 213.74 | 66.07 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 104 | 0.14 | 0 | 0.56 | 0.06 | 74.67 | 0.81 | 0.67 |
| Hex | CE | EF | 68 | E | 0 | 38 | 6 | 4B | 51 | 43 |
| Octal | 316 | 357 | 150 | 16 | 0 | 70 | 6 | 113 | 121 | 103 |
| Binary | 11001110 | 11101111 | 1101000 | 1110 | 0 | 111000 | 110 | 1001011 | 1010001 | 1000011 |
Color Harmonies of #CEEF68
Complementary color
Monochromatic Colors of #CEEF68
Black with #CEEF68
Text Example
Text Example
White with #CEEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEF68; }
p { color: rgb(206,239,104); }
H1.HeaderClassName
{
color: #CEEF68;
}
.AnyTagClassName
{
color: #CEEF68;
}
</style>
background-color css
<style>
a { background-color: #CEEF68; }
a { background-color: rgb(206,239,104); }
div.DivClassName
{
background-color: #CEEF68;
}
.BgClassName
{
background-color: #CEEF68;
}
</style>
border-color css
<style>
span { border-color: #CEEF68; }
span { border-color: rgb(206,239,104); }
td.TdClassName
{
border-color: #CEEF68;
}
.TagClassName
{
border-color: #CEEF68;
}
</style>