Shades of Pear #CEF245
Tints of Pear #CEF245
RGB
CMYK
RGB Variations
Color information
#CEF245 (or 0xCEF245) is known color: Pear. HEX triplet: CE, F2 and 45. RGB value is (206,242,69). Sum of RGB (Red+Green+Blue) = 206+242+69=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF245 is #310DBA. Grayscale: #D4D4D4. Windows color (decimal): -3214779 or 4584142. OLE color: 4584142.
HSL color Cylindrical-coordinate representation of color #CEF245: hue angle of 72.49º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEF245 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 69 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.05 |
| HSL | 72.49º | 0.87% | 0.61% | - |
| HSV(B) | 72.49º | 0.71% | 0.95% | - |
| XYZ | 58.28 | 77.06 | 17.43 | - |
| YUV | 211.51 | 47.57 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 69 | 0.15 | 0 | 0.71 | 0.05 | 72.49 | 0.87 | 0.61 |
| Hex | CE | F2 | 45 | F | 0 | 47 | 5 | 48 | 57 | 3D |
| Octal | 316 | 362 | 105 | 17 | 0 | 107 | 5 | 110 | 127 | 75 |
| Binary | 11001110 | 11110010 | 1000101 | 1111 | 0 | 1000111 | 101 | 1001000 | 1010111 | 111101 |
Color Harmonies of #CEF245
Complementary color
Monochromatic Colors of #CEF245
Black with #CEF245
Text Example
Text Example
White with #CEF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF245; }
p { color: rgb(206,242,69); }
H1.HeaderClassName
{
color: #CEF245;
}
.AnyTagClassName
{
color: #CEF245;
}
</style>
background-color css
<style>
a { background-color: #CEF245; }
a { background-color: rgb(206,242,69); }
div.DivClassName
{
background-color: #CEF245;
}
.BgClassName
{
background-color: #CEF245;
}
</style>
border-color css
<style>
span { border-color: #CEF245; }
span { border-color: rgb(206,242,69); }
td.TdClassName
{
border-color: #CEF245;
}
.TagClassName
{
border-color: #CEF245;
}
</style>