Shades of Mindaro #CEFA68
Tints of Mindaro #CEFA68
RGB
CMYK
RGB Variations
Color information
#CEFA68 (or 0xCEFA68) is known color: Mindaro. HEX triplet: CE, FA and 68. RGB value is (206,250,104). Sum of RGB (Red+Green+Blue) = 206+250+104=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA68 is #310597. Grayscale: #DCDCDC. Windows color (decimal): -3212696 or 6879950. OLE color: 6879950.
HSL color Cylindrical-coordinate representation of color #CEFA68: hue angle of 78.08º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEFA68 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 104 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.02 |
| HSL | 78.08º | 0.94% | 0.69% | - |
| HSV(B) | 78.08º | 0.58% | 0.98% | - |
| XYZ | 62.14 | 82.49 | 25.74 | - |
| YUV | 220.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 104 | 0.18 | 0 | 0.58 | 0.02 | 78.08 | 0.94 | 0.69 |
| Hex | CE | FA | 68 | 12 | 0 | 3A | 2 | 4E | 5E | 45 |
| Octal | 316 | 372 | 150 | 22 | 0 | 72 | 2 | 116 | 136 | 105 |
| Binary | 11001110 | 11111010 | 1101000 | 10010 | 0 | 111010 | 10 | 1001110 | 1011110 | 1000101 |
Color Harmonies of #CEFA68
Complementary color
Monochromatic Colors of #CEFA68
Black with #CEFA68
Text Example
Text Example
White with #CEFA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA68; }
p { color: rgb(206,250,104); }
H1.HeaderClassName
{
color: #CEFA68;
}
.AnyTagClassName
{
color: #CEFA68;
}
</style>
background-color css
<style>
a { background-color: #CEFA68; }
a { background-color: rgb(206,250,104); }
div.DivClassName
{
background-color: #CEFA68;
}
.BgClassName
{
background-color: #CEFA68;
}
</style>
border-color css
<style>
span { border-color: #CEFA68; }
span { border-color: rgb(206,250,104); }
td.TdClassName
{
border-color: #CEFA68;
}
.TagClassName
{
border-color: #CEFA68;
}
</style>