Shades of Pear #CEF945
Tints of Pear #CEF945
RGB
CMYK
RGB Variations
Color information
#CEF945 (or 0xCEF945) is known color: Pear. HEX triplet: CE, F9 and 45. RGB value is (206,249,69). Sum of RGB (Red+Green+Blue) = 206+249+69=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 69 (27.34% from 255 or 13.17% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF945 is #3106BA. Grayscale: #D8D8D8. Windows color (decimal): -3212987 or 4585934. OLE color: 4585934.
HSL color Cylindrical-coordinate representation of color #CEF945: hue angle of 74.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEF945 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 69 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.02 |
| HSL | 74.33º | 0.94% | 0.62% | - |
| HSV(B) | 74.33º | 0.72% | 0.98% | - |
| XYZ | 60.4 | 81.3 | 18.14 | - |
| YUV | 215.62 | 45.25 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 69 | 0.17 | 0 | 0.72 | 0.02 | 74.33 | 0.94 | 0.62 |
| Hex | CE | F9 | 45 | 11 | 0 | 48 | 2 | 4A | 5E | 3E |
| Octal | 316 | 371 | 105 | 21 | 0 | 110 | 2 | 112 | 136 | 76 |
| Binary | 11001110 | 11111001 | 1000101 | 10001 | 0 | 1001000 | 10 | 1001010 | 1011110 | 111110 |
Color Harmonies of #CEF945
Complementary color
Monochromatic Colors of #CEF945
Black with #CEF945
Text Example
Text Example
White with #CEF945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF945; }
p { color: rgb(206,249,69); }
H1.HeaderClassName
{
color: #CEF945;
}
.AnyTagClassName
{
color: #CEF945;
}
</style>
background-color css
<style>
a { background-color: #CEF945; }
a { background-color: rgb(206,249,69); }
div.DivClassName
{
background-color: #CEF945;
}
.BgClassName
{
background-color: #CEF945;
}
</style>
border-color css
<style>
span { border-color: #CEF945; }
span { border-color: rgb(206,249,69); }
td.TdClassName
{
border-color: #CEF945;
}
.TagClassName
{
border-color: #CEF945;
}
</style>