Shades of Mindaro #CEEB5A
Tints of Mindaro #CEEB5A
RGB
CMYK
RGB Variations
Color information
#CEEB5A (or 0xCEEB5A) is known color: Mindaro. HEX triplet: CE, EB and 5A. RGB value is (206,235,90). Sum of RGB (Red+Green+Blue) = 206+235+90=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEB5A is #3114A5. Grayscale: #D2D2D2. Windows color (decimal): -3216550 or 5958606. OLE color: 5958606.
HSL color Cylindrical-coordinate representation of color #CEEB5A: hue angle of 72º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEEB5A is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 90 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.08 |
| HSL | 72º | 0.78% | 0.64% | - |
| HSV(B) | 72º | 0.62% | 0.92% | - |
| XYZ | 57.01 | 73.28 | 20.81 | - |
| YUV | 209.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 90 | 0.12 | 0 | 0.62 | 0.08 | 72 | 0.78 | 0.64 |
| Hex | CE | EB | 5A | C | 0 | 3E | 8 | 48 | 4E | 40 |
| Octal | 316 | 353 | 132 | 14 | 0 | 76 | 10 | 110 | 116 | 100 |
| Binary | 11001110 | 11101011 | 1011010 | 1100 | 0 | 111110 | 1000 | 1001000 | 1001110 | 1000000 |
Color Harmonies of #CEEB5A
Complementary color
Monochromatic Colors of #CEEB5A
Black with #CEEB5A
Text Example
Text Example
White with #CEEB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEB5A; }
p { color: rgb(206,235,90); }
H1.HeaderClassName
{
color: #CEEB5A;
}
.AnyTagClassName
{
color: #CEEB5A;
}
</style>
background-color css
<style>
a { background-color: #CEEB5A; }
a { background-color: rgb(206,235,90); }
div.DivClassName
{
background-color: #CEEB5A;
}
.BgClassName
{
background-color: #CEEB5A;
}
</style>
border-color css
<style>
span { border-color: #CEEB5A; }
span { border-color: rgb(206,235,90); }
td.TdClassName
{
border-color: #CEEB5A;
}
.TagClassName
{
border-color: #CEEB5A;
}
</style>