Shades of Pear #CEF32E
Tints of Pear #CEF32E
RGB
CMYK
RGB Variations
Color information
#CEF32E (or 0xCEF32E) is known color: Pear. HEX triplet: CE, F3 and 2E. RGB value is (206,243,46). Sum of RGB (Red+Green+Blue) = 206+243+46=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF32E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF32E is #310CD1. Grayscale: #D2D2D2. Windows color (decimal): -3214546 or 3077070. OLE color: 3077070.
HSL color Cylindrical-coordinate representation of color #CEF32E: hue angle of 71.27º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEF32E is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 46 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.05 |
| HSL | 71.27º | 0.89% | 0.57% | - |
| HSV(B) | 71.27º | 0.81% | 0.95% | - |
| XYZ | 58 | 77.42 | 14.47 | - |
| YUV | 209.48 | 35.74 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 46 | 0.15 | 0 | 0.81 | 0.05 | 71.27 | 0.89 | 0.57 |
| Hex | CE | F3 | 2E | F | 0 | 51 | 5 | 47 | 59 | 39 |
| Octal | 316 | 363 | 56 | 17 | 0 | 121 | 5 | 107 | 131 | 71 |
| Binary | 11001110 | 11110011 | 101110 | 1111 | 0 | 1010001 | 101 | 1000111 | 1011001 | 111001 |
Color Harmonies of #CEF32E
Complementary color
Monochromatic Colors of #CEF32E
Black with #CEF32E
Text Example
Text Example
White with #CEF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF32E; }
p { color: rgb(206,243,46); }
H1.HeaderClassName
{
color: #CEF32E;
}
.AnyTagClassName
{
color: #CEF32E;
}
</style>
background-color css
<style>
a { background-color: #CEF32E; }
a { background-color: rgb(206,243,46); }
div.DivClassName
{
background-color: #CEF32E;
}
.BgClassName
{
background-color: #CEF32E;
}
</style>
border-color css
<style>
span { border-color: #CEF32E; }
span { border-color: rgb(206,243,46); }
td.TdClassName
{
border-color: #CEF32E;
}
.TagClassName
{
border-color: #CEF32E;
}
</style>