Shades of Pear #CEFA4D
Tints of Pear #CEFA4D
RGB
CMYK
RGB Variations
Color information
#CEFA4D (or 0xCEFA4D) is known color: Pear. HEX triplet: CE, FA and 4D. RGB value is (206,250,77). Sum of RGB (Red+Green+Blue) = 206+250+77=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 77 (30.47% from 255 or 14.45% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA4D is #3105B2. Grayscale: #D9D9D9. Windows color (decimal): -3212723 or 5110478. OLE color: 5110478.
HSL color Cylindrical-coordinate representation of color #CEFA4D: hue angle of 75.26º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEFA4D is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 77 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.02 |
| HSL | 75.26º | 0.95% | 0.64% | - |
| HSV(B) | 75.26º | 0.69% | 0.98% | - |
| XYZ | 60.98 | 82.03 | 19.64 | - |
| YUV | 217.12 | 48.92 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 77 | 0.18 | 0 | 0.69 | 0.02 | 75.26 | 0.95 | 0.64 |
| Hex | CE | FA | 4D | 12 | 0 | 45 | 2 | 4B | 5F | 40 |
| Octal | 316 | 372 | 115 | 22 | 0 | 105 | 2 | 113 | 137 | 100 |
| Binary | 11001110 | 11111010 | 1001101 | 10010 | 0 | 1000101 | 10 | 1001011 | 1011111 | 1000000 |
Color Harmonies of #CEFA4D
Complementary color
Monochromatic Colors of #CEFA4D
Black with #CEFA4D
Text Example
Text Example
White with #CEFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA4D; }
p { color: rgb(206,250,77); }
H1.HeaderClassName
{
color: #CEFA4D;
}
.AnyTagClassName
{
color: #CEFA4D;
}
</style>
background-color css
<style>
a { background-color: #CEFA4D; }
a { background-color: rgb(206,250,77); }
div.DivClassName
{
background-color: #CEFA4D;
}
.BgClassName
{
background-color: #CEFA4D;
}
</style>
border-color css
<style>
span { border-color: #CEFA4D; }
span { border-color: rgb(206,250,77); }
td.TdClassName
{
border-color: #CEFA4D;
}
.TagClassName
{
border-color: #CEFA4D;
}
</style>