Shades of Pear #CEFE4C
Tints of Pear #CEFE4C
RGB
CMYK
RGB Variations
Color information
#CEFE4C (or 0xCEFE4C) is known color: Pear. HEX triplet: CE, FE and 4C. RGB value is (206,254,76). Sum of RGB (Red+Green+Blue) = 206+254+76=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE4C is #3101B3. Grayscale: #DCDCDC. Windows color (decimal): -3211700 or 5045966. OLE color: 5045966.
HSL color Cylindrical-coordinate representation of color #CEFE4C: hue angle of 76.18º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEFE4C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 76 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.00 |
| HSL | 76.18º | 0.99% | 0.65% | - |
| HSV(B) | 76.18º | 0.7% | 1% | - |
| XYZ | 62.2 | 84.53 | 19.87 | - |
| YUV | 219.36 | 47.1 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 76 | 0.19 | 0 | 0.70 | 0.00 | 76.18 | 0.99 | 0.65 |
| Hex | CE | FE | 4C | 13 | 0 | 46 | 0 | 4C | 63 | 41 |
| Octal | 316 | 376 | 114 | 23 | 0 | 106 | 0 | 114 | 143 | 101 |
| Binary | 11001110 | 11111110 | 1001100 | 10011 | 0 | 1000110 | 0 | 1001100 | 1100011 | 1000001 |
Color Harmonies of #CEFE4C
Complementary color
Monochromatic Colors of #CEFE4C
Black with #CEFE4C
Text Example
Text Example
White with #CEFE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE4C; }
p { color: rgb(206,254,76); }
H1.HeaderClassName
{
color: #CEFE4C;
}
.AnyTagClassName
{
color: #CEFE4C;
}
</style>
background-color css
<style>
a { background-color: #CEFE4C; }
a { background-color: rgb(206,254,76); }
div.DivClassName
{
background-color: #CEFE4C;
}
.BgClassName
{
background-color: #CEFE4C;
}
</style>
border-color css
<style>
span { border-color: #CEFE4C; }
span { border-color: rgb(206,254,76); }
td.TdClassName
{
border-color: #CEFE4C;
}
.TagClassName
{
border-color: #CEFE4C;
}
</style>