Shades of Mindaro #CEEB74
Tints of Mindaro #CEEB74
RGB
CMYK
RGB Variations
Color information
#CEEB74 (or 0xCEEB74) is known color: Mindaro. HEX triplet: CE, EB and 74. RGB value is (206,235,116). Sum of RGB (Red+Green+Blue) = 206+235+116=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEB74 is #31148B. Grayscale: #D5D5D5. Windows color (decimal): -3216524 or 7662542. OLE color: 7662542.
HSL color Cylindrical-coordinate representation of color #CEEB74: hue angle of 74.62º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEEB74 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 116 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.08 |
| HSL | 74.62º | 0.75% | 0.69% | - |
| HSV(B) | 74.62º | 0.51% | 0.92% | - |
| XYZ | 58.31 | 73.8 | 27.69 | - |
| YUV | 212.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 116 | 0.12 | 0 | 0.51 | 0.08 | 74.62 | 0.75 | 0.69 |
| Hex | CE | EB | 74 | C | 0 | 33 | 8 | 4B | 4B | 45 |
| Octal | 316 | 353 | 164 | 14 | 0 | 63 | 10 | 113 | 113 | 105 |
| Binary | 11001110 | 11101011 | 1110100 | 1100 | 0 | 110011 | 1000 | 1001011 | 1001011 | 1000101 |
Color Harmonies of #CEEB74
Complementary color
Monochromatic Colors of #CEEB74
Black with #CEEB74
Text Example
Text Example
White with #CEEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEB74; }
p { color: rgb(206,235,116); }
H1.HeaderClassName
{
color: #CEEB74;
}
.AnyTagClassName
{
color: #CEEB74;
}
</style>
background-color css
<style>
a { background-color: #CEEB74; }
a { background-color: rgb(206,235,116); }
div.DivClassName
{
background-color: #CEEB74;
}
.BgClassName
{
background-color: #CEEB74;
}
</style>
border-color css
<style>
span { border-color: #CEEB74; }
span { border-color: rgb(206,235,116); }
td.TdClassName
{
border-color: #CEEB74;
}
.TagClassName
{
border-color: #CEEB74;
}
</style>