Shades of Pear #CEF045
Tints of Pear #CEF045
RGB
CMYK
RGB Variations
Color information
#CEF045 (or 0xCEF045) is known color: Pear. HEX triplet: CE, F0 and 45. RGB value is (206,240,69). Sum of RGB (Red+Green+Blue) = 206+240+69=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF045 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF045 is #310FBA. Grayscale: #D2D2D2. Windows color (decimal): -3215291 or 4583630. OLE color: 4583630.
HSL color Cylindrical-coordinate representation of color #CEF045: hue angle of 71.93º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEF045 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 69 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.06 |
| HSL | 71.93º | 0.85% | 0.61% | - |
| HSV(B) | 71.93º | 0.71% | 0.94% | - |
| XYZ | 57.69 | 75.87 | 17.23 | - |
| YUV | 210.34 | 48.24 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 69 | 0.14 | 0 | 0.71 | 0.06 | 71.93 | 0.85 | 0.61 |
| Hex | CE | F0 | 45 | E | 0 | 47 | 6 | 48 | 55 | 3D |
| Octal | 316 | 360 | 105 | 16 | 0 | 107 | 6 | 110 | 125 | 75 |
| Binary | 11001110 | 11110000 | 1000101 | 1110 | 0 | 1000111 | 110 | 1001000 | 1010101 | 111101 |
Color Harmonies of #CEF045
Complementary color
Monochromatic Colors of #CEF045
Black with #CEF045
Text Example
Text Example
White with #CEF045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF045; }
p { color: rgb(206,240,69); }
H1.HeaderClassName
{
color: #CEF045;
}
.AnyTagClassName
{
color: #CEF045;
}
</style>
background-color css
<style>
a { background-color: #CEF045; }
a { background-color: rgb(206,240,69); }
div.DivClassName
{
background-color: #CEF045;
}
.BgClassName
{
background-color: #CEF045;
}
</style>
border-color css
<style>
span { border-color: #CEF045; }
span { border-color: rgb(206,240,69); }
td.TdClassName
{
border-color: #CEF045;
}
.TagClassName
{
border-color: #CEF045;
}
</style>