Shades of Pear #CEFA2E
Tints of Pear #CEFA2E
RGB
CMYK
RGB Variations
Color information
#CEFA2E (or 0xCEFA2E) is known color: Pear. HEX triplet: CE, FA and 2E. RGB value is (206,250,46). Sum of RGB (Red+Green+Blue) = 206+250+46=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA2E is #3105D1. Grayscale: #D6D6D6. Windows color (decimal): -3212754 or 3078862. OLE color: 3078862.
HSL color Cylindrical-coordinate representation of color #CEFA2E: hue angle of 72.94º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEFA2E is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 46 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.02 |
| HSL | 72.94º | 0.95% | 0.58% | - |
| HSV(B) | 72.94º | 0.82% | 0.98% | - |
| XYZ | 60.13 | 81.69 | 15.18 | - |
| YUV | 213.59 | 33.42 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 46 | 0.18 | 0 | 0.82 | 0.02 | 72.94 | 0.95 | 0.58 |
| Hex | CE | FA | 2E | 12 | 0 | 52 | 2 | 49 | 5F | 3A |
| Octal | 316 | 372 | 56 | 22 | 0 | 122 | 2 | 111 | 137 | 72 |
| Binary | 11001110 | 11111010 | 101110 | 10010 | 0 | 1010010 | 10 | 1001001 | 1011111 | 111010 |
Color Harmonies of #CEFA2E
Complementary color
Monochromatic Colors of #CEFA2E
Black with #CEFA2E
Text Example
Text Example
White with #CEFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA2E; }
p { color: rgb(206,250,46); }
H1.HeaderClassName
{
color: #CEFA2E;
}
.AnyTagClassName
{
color: #CEFA2E;
}
</style>
background-color css
<style>
a { background-color: #CEFA2E; }
a { background-color: rgb(206,250,46); }
div.DivClassName
{
background-color: #CEFA2E;
}
.BgClassName
{
background-color: #CEFA2E;
}
</style>
border-color css
<style>
span { border-color: #CEFA2E; }
span { border-color: rgb(206,250,46); }
td.TdClassName
{
border-color: #CEFA2E;
}
.TagClassName
{
border-color: #CEFA2E;
}
</style>