Shades of Pear #CEFE46
Tints of Pear #CEFE46
RGB
CMYK
RGB Variations
Color information
#CEFE46 (or 0xCEFE46) is known color: Pear. HEX triplet: CE, FE and 46. RGB value is (206,254,70). Sum of RGB (Red+Green+Blue) = 206+254+70=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE46 is #3101B9. Grayscale: #DBDBDB. Windows color (decimal): -3211706 or 4652750. OLE color: 4652750.
HSL color Cylindrical-coordinate representation of color #CEFE46: hue angle of 75.65º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEFE46 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 70 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.00 |
| HSL | 75.65º | 0.99% | 0.64% | - |
| HSV(B) | 75.65º | 0.72% | 1% | - |
| XYZ | 62 | 84.45 | 18.83 | - |
| YUV | 218.67 | 44.1 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 70 | 0.19 | 0 | 0.72 | 0.00 | 75.65 | 0.99 | 0.64 |
| Hex | CE | FE | 46 | 13 | 0 | 48 | 0 | 4C | 63 | 40 |
| Octal | 316 | 376 | 106 | 23 | 0 | 110 | 0 | 114 | 143 | 100 |
| Binary | 11001110 | 11111110 | 1000110 | 10011 | 0 | 1001000 | 0 | 1001100 | 1100011 | 1000000 |
Color Harmonies of #CEFE46
Complementary color
Monochromatic Colors of #CEFE46
Black with #CEFE46
Text Example
Text Example
White with #CEFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE46; }
p { color: rgb(206,254,70); }
H1.HeaderClassName
{
color: #CEFE46;
}
.AnyTagClassName
{
color: #CEFE46;
}
</style>
background-color css
<style>
a { background-color: #CEFE46; }
a { background-color: rgb(206,254,70); }
div.DivClassName
{
background-color: #CEFE46;
}
.BgClassName
{
background-color: #CEFE46;
}
</style>
border-color css
<style>
span { border-color: #CEFE46; }
span { border-color: rgb(206,254,70); }
td.TdClassName
{
border-color: #CEFE46;
}
.TagClassName
{
border-color: #CEFE46;
}
</style>