Shades of Mindaro #CEFA64
Tints of Mindaro #CEFA64
RGB
CMYK
RGB Variations
Color information
#CEFA64 (or 0xCEFA64) is known color: Mindaro. HEX triplet: CE, FA and 64. RGB value is (206,250,100). Sum of RGB (Red+Green+Blue) = 206+250+100=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA64 is #31059B. Grayscale: #DCDCDC. Windows color (decimal): -3212700 or 6617806. OLE color: 6617806.
HSL color Cylindrical-coordinate representation of color #CEFA64: hue angle of 77.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEFA64 is Cyan = 0.18, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 100 | - |
| CMYK | 0.18 | 0 | 0.6 | 0.02 |
| HSL | 77.6º | 0.94% | 0.69% | - |
| HSV(B) | 77.6º | 0.6% | 0.98% | - |
| XYZ | 61.94 | 82.41 | 24.7 | - |
| YUV | 219.74 | 60.42 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 100 | 0.18 | 0 | 0.6 | 0.02 | 77.6 | 0.94 | 0.69 |
| Hex | CE | FA | 64 | 12 | 0 | 3C | 2 | 4E | 5E | 45 |
| Octal | 316 | 372 | 144 | 22 | 0 | 74 | 2 | 116 | 136 | 105 |
| Binary | 11001110 | 11111010 | 1100100 | 10010 | 0 | 111100 | 10 | 1001110 | 1011110 | 1000101 |
Color Harmonies of #CEFA64
Complementary color
Monochromatic Colors of #CEFA64
Black with #CEFA64
Text Example
Text Example
White with #CEFA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA64; }
p { color: rgb(206,250,100); }
H1.HeaderClassName
{
color: #CEFA64;
}
.AnyTagClassName
{
color: #CEFA64;
}
</style>
background-color css
<style>
a { background-color: #CEFA64; }
a { background-color: rgb(206,250,100); }
div.DivClassName
{
background-color: #CEFA64;
}
.BgClassName
{
background-color: #CEFA64;
}
</style>
border-color css
<style>
span { border-color: #CEFA64; }
span { border-color: rgb(206,250,100); }
td.TdClassName
{
border-color: #CEFA64;
}
.TagClassName
{
border-color: #CEFA64;
}
</style>