Shades of Pear #CEF92D
Tints of Pear #CEF92D
RGB
CMYK
RGB Variations
Color information
#CEF92D (or 0xCEF92D) is known color: Pear. HEX triplet: CE, F9 and 2D. RGB value is (206,249,45). Sum of RGB (Red+Green+Blue) = 206+249+45=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF92D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF92D is #3106D2. Grayscale: #D5D5D5. Windows color (decimal): -3213011 or 3013070. OLE color: 3013070.
HSL color Cylindrical-coordinate representation of color #CEF92D: hue angle of 72.65º degrees, saturation: 0.94, 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 #CEF92D is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 45 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.02 |
| HSL | 72.65º | 0.94% | 0.58% | - |
| HSV(B) | 72.65º | 0.82% | 0.98% | - |
| XYZ | 59.8 | 81.06 | 14.98 | - |
| YUV | 212.89 | 33.25 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 45 | 0.17 | 0 | 0.82 | 0.02 | 72.65 | 0.94 | 0.58 |
| Hex | CE | F9 | 2D | 11 | 0 | 52 | 2 | 49 | 5E | 3A |
| Octal | 316 | 371 | 55 | 21 | 0 | 122 | 2 | 111 | 136 | 72 |
| Binary | 11001110 | 11111001 | 101101 | 10001 | 0 | 1010010 | 10 | 1001001 | 1011110 | 111010 |
Color Harmonies of #CEF92D
Complementary color
Monochromatic Colors of #CEF92D
Black with #CEF92D
Text Example
Text Example
White with #CEF92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF92D; }
p { color: rgb(206,249,45); }
H1.HeaderClassName
{
color: #CEF92D;
}
.AnyTagClassName
{
color: #CEF92D;
}
</style>
background-color css
<style>
a { background-color: #CEF92D; }
a { background-color: rgb(206,249,45); }
div.DivClassName
{
background-color: #CEF92D;
}
.BgClassName
{
background-color: #CEF92D;
}
</style>
border-color css
<style>
span { border-color: #CEF92D; }
span { border-color: rgb(206,249,45); }
td.TdClassName
{
border-color: #CEF92D;
}
.TagClassName
{
border-color: #CEF92D;
}
</style>