Shades of Pear #CEF52C
Tints of Pear #CEF52C
RGB
CMYK
RGB Variations
Color information
#CEF52C (or 0xCEF52C) is known color: Pear. HEX triplet: CE, F5 and 2C. RGB value is (206,245,44). Sum of RGB (Red+Green+Blue) = 206+245+44=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF52C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF52C is #310AD3. Grayscale: #D3D3D3. Windows color (decimal): -3214036 or 2946510. OLE color: 2946510.
HSL color Cylindrical-coordinate representation of color #CEF52C: hue angle of 71.64º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEF52C is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 44 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.04 |
| HSL | 71.64º | 0.91% | 0.57% | - |
| HSV(B) | 71.64º | 0.82% | 0.96% | - |
| XYZ | 58.56 | 78.61 | 14.47 | - |
| YUV | 210.43 | 34.08 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 44 | 0.16 | 0 | 0.82 | 0.04 | 71.64 | 0.91 | 0.57 |
| Hex | CE | F5 | 2C | 10 | 0 | 52 | 4 | 48 | 5B | 39 |
| Octal | 316 | 365 | 54 | 20 | 0 | 122 | 4 | 110 | 133 | 71 |
| Binary | 11001110 | 11110101 | 101100 | 10000 | 0 | 1010010 | 100 | 1001000 | 1011011 | 111001 |
Color Harmonies of #CEF52C
Complementary color
Monochromatic Colors of #CEF52C
Black with #CEF52C
Text Example
Text Example
White with #CEF52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF52C; }
p { color: rgb(206,245,44); }
H1.HeaderClassName
{
color: #CEF52C;
}
.AnyTagClassName
{
color: #CEF52C;
}
</style>
background-color css
<style>
a { background-color: #CEF52C; }
a { background-color: rgb(206,245,44); }
div.DivClassName
{
background-color: #CEF52C;
}
.BgClassName
{
background-color: #CEF52C;
}
</style>
border-color css
<style>
span { border-color: #CEF52C; }
span { border-color: rgb(206,245,44); }
td.TdClassName
{
border-color: #CEF52C;
}
.TagClassName
{
border-color: #CEF52C;
}
</style>