Shades of Pear #CEFD2E
Tints of Pear #CEFD2E
RGB
CMYK
RGB Variations
Color information
#CEFD2E (or 0xCEFD2E) is known color: Pear. HEX triplet: CE, FD and 2E. RGB value is (206,253,46). Sum of RGB (Red+Green+Blue) = 206+253+46=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 46 (18.36% from 255 or 9.11% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD2E is #3102D1. Grayscale: #D8D8D8. Windows color (decimal): -3211986 or 3079630. OLE color: 3079630.
HSL color Cylindrical-coordinate representation of color #CEFD2E: hue angle of 73.62º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEFD2E is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 46 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.01 |
| HSL | 73.62º | 0.98% | 0.59% | - |
| HSV(B) | 73.62º | 0.82% | 0.99% | - |
| XYZ | 61.07 | 83.57 | 15.5 | - |
| YUV | 215.35 | 32.43 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 46 | 0.19 | 0 | 0.82 | 0.01 | 73.62 | 0.98 | 0.59 |
| Hex | CE | FD | 2E | 13 | 0 | 52 | 1 | 4A | 62 | 3B |
| Octal | 316 | 375 | 56 | 23 | 0 | 122 | 1 | 112 | 142 | 73 |
| Binary | 11001110 | 11111101 | 101110 | 10011 | 0 | 1010010 | 1 | 1001010 | 1100010 | 111011 |
Color Harmonies of #CEFD2E
Complementary color
Monochromatic Colors of #CEFD2E
Black with #CEFD2E
Text Example
Text Example
White with #CEFD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD2E; }
p { color: rgb(206,253,46); }
H1.HeaderClassName
{
color: #CEFD2E;
}
.AnyTagClassName
{
color: #CEFD2E;
}
</style>
background-color css
<style>
a { background-color: #CEFD2E; }
a { background-color: rgb(206,253,46); }
div.DivClassName
{
background-color: #CEFD2E;
}
.BgClassName
{
background-color: #CEFD2E;
}
</style>
border-color css
<style>
span { border-color: #CEFD2E; }
span { border-color: rgb(206,253,46); }
td.TdClassName
{
border-color: #CEFD2E;
}
.TagClassName
{
border-color: #CEFD2E;
}
</style>