Shades of Mindaro #CEEB5D
Tints of Mindaro #CEEB5D
RGB
CMYK
RGB Variations
Color information
#CEEB5D (or 0xCEEB5D) is known color: Mindaro. HEX triplet: CE, EB and 5D. RGB value is (206,235,93). Sum of RGB (Red+Green+Blue) = 206+235+93=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEB5D is #3114A2. Grayscale: #D2D2D2. Windows color (decimal): -3216547 or 6155214. OLE color: 6155214.
HSL color Cylindrical-coordinate representation of color #CEEB5D: hue angle of 72.25º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEEB5D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 93 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.08 |
| HSL | 72.25º | 0.78% | 0.64% | - |
| HSV(B) | 72.25º | 0.6% | 0.92% | - |
| XYZ | 57.14 | 73.33 | 21.5 | - |
| YUV | 210.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 93 | 0.12 | 0 | 0.60 | 0.08 | 72.25 | 0.78 | 0.64 |
| Hex | CE | EB | 5D | C | 0 | 3C | 8 | 48 | 4E | 40 |
| Octal | 316 | 353 | 135 | 14 | 0 | 74 | 10 | 110 | 116 | 100 |
| Binary | 11001110 | 11101011 | 1011101 | 1100 | 0 | 111100 | 1000 | 1001000 | 1001110 | 1000000 |
Color Harmonies of #CEEB5D
Complementary color
Monochromatic Colors of #CEEB5D
Black with #CEEB5D
Text Example
Text Example
White with #CEEB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEB5D; }
p { color: rgb(206,235,93); }
H1.HeaderClassName
{
color: #CEEB5D;
}
.AnyTagClassName
{
color: #CEEB5D;
}
</style>
background-color css
<style>
a { background-color: #CEEB5D; }
a { background-color: rgb(206,235,93); }
div.DivClassName
{
background-color: #CEEB5D;
}
.BgClassName
{
background-color: #CEEB5D;
}
</style>
border-color css
<style>
span { border-color: #CEEB5D; }
span { border-color: rgb(206,235,93); }
td.TdClassName
{
border-color: #CEEB5D;
}
.TagClassName
{
border-color: #CEEB5D;
}
</style>