Shades of Pear #CEFC3E
Tints of Pear #CEFC3E
RGB
CMYK
RGB Variations
Color information
#CEFC3E (or 0xCEFC3E) is known color: Pear. HEX triplet: CE, FC and 3E. RGB value is (206,252,62). Sum of RGB (Red+Green+Blue) = 206+252+62=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 62 (24.61% from 255 or 11.92% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFC3E is #3103C1. Grayscale: #D9D9D9. Windows color (decimal): -3212226 or 4127950. OLE color: 4127950.
HSL color Cylindrical-coordinate representation of color #CEFC3E: hue angle of 74.53º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEFC3E is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 62 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.01 |
| HSL | 74.53º | 0.97% | 0.62% | - |
| HSV(B) | 74.53º | 0.75% | 0.99% | - |
| XYZ | 61.13 | 83.09 | 17.37 | - |
| YUV | 216.59 | 40.76 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 62 | 0.18 | 0 | 0.75 | 0.01 | 74.53 | 0.97 | 0.62 |
| Hex | CE | FC | 3E | 12 | 0 | 4B | 1 | 4B | 61 | 3E |
| Octal | 316 | 374 | 76 | 22 | 0 | 113 | 1 | 113 | 141 | 76 |
| Binary | 11001110 | 11111100 | 111110 | 10010 | 0 | 1001011 | 1 | 1001011 | 1100001 | 111110 |
Color Harmonies of #CEFC3E
Complementary color
Monochromatic Colors of #CEFC3E
Black with #CEFC3E
Text Example
Text Example
White with #CEFC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC3E; }
p { color: rgb(206,252,62); }
H1.HeaderClassName
{
color: #CEFC3E;
}
.AnyTagClassName
{
color: #CEFC3E;
}
</style>
background-color css
<style>
a { background-color: #CEFC3E; }
a { background-color: rgb(206,252,62); }
div.DivClassName
{
background-color: #CEFC3E;
}
.BgClassName
{
background-color: #CEFC3E;
}
</style>
border-color css
<style>
span { border-color: #CEFC3E; }
span { border-color: rgb(206,252,62); }
td.TdClassName
{
border-color: #CEFC3E;
}
.TagClassName
{
border-color: #CEFC3E;
}
</style>