Shades of Mindaro #CEEB68
Tints of Mindaro #CEEB68
RGB
CMYK
RGB Variations
Color information
#CEEB68 (or 0xCEEB68) is known color: Mindaro. HEX triplet: CE, EB and 68. RGB value is (206,235,104). Sum of RGB (Red+Green+Blue) = 206+235+104=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEB68 is #311497. Grayscale: #D3D3D3. Windows color (decimal): -3216536 or 6876110. OLE color: 6876110.
HSL color Cylindrical-coordinate representation of color #CEEB68: hue angle of 73.28º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEEB68 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 104 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.08 |
| HSL | 73.28º | 0.77% | 0.66% | - |
| HSV(B) | 73.28º | 0.56% | 0.92% | - |
| XYZ | 57.66 | 73.54 | 24.25 | - |
| YUV | 211.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 104 | 0.12 | 0 | 0.56 | 0.08 | 73.28 | 0.77 | 0.66 |
| Hex | CE | EB | 68 | C | 0 | 38 | 8 | 49 | 4D | 42 |
| Octal | 316 | 353 | 150 | 14 | 0 | 70 | 10 | 111 | 115 | 102 |
| Binary | 11001110 | 11101011 | 1101000 | 1100 | 0 | 111000 | 1000 | 1001001 | 1001101 | 1000010 |
Color Harmonies of #CEEB68
Complementary color
Monochromatic Colors of #CEEB68
Black with #CEEB68
Text Example
Text Example
White with #CEEB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEB68; }
p { color: rgb(206,235,104); }
H1.HeaderClassName
{
color: #CEEB68;
}
.AnyTagClassName
{
color: #CEEB68;
}
</style>
background-color css
<style>
a { background-color: #CEEB68; }
a { background-color: rgb(206,235,104); }
div.DivClassName
{
background-color: #CEEB68;
}
.BgClassName
{
background-color: #CEEB68;
}
</style>
border-color css
<style>
span { border-color: #CEEB68; }
span { border-color: rgb(206,235,104); }
td.TdClassName
{
border-color: #CEEB68;
}
.TagClassName
{
border-color: #CEEB68;
}
</style>