Shades of Pear #CEF347
Tints of Pear #CEF347
RGB
CMYK
RGB Variations
Color information
#CEF347 (or 0xCEF347) is known color: Pear. HEX triplet: CE, F3 and 47. RGB value is (206,243,71). Sum of RGB (Red+Green+Blue) = 206+243+71=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 71 (28.12% from 255 or 13.65% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF347 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF347 is #310CB8. Grayscale: #D4D4D4. Windows color (decimal): -3214521 or 4715470. OLE color: 4715470.
HSL color Cylindrical-coordinate representation of color #CEF347: hue angle of 72.91º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEF347 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 71 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.05 |
| HSL | 72.91º | 0.88% | 0.62% | - |
| HSV(B) | 72.91º | 0.71% | 0.95% | - |
| XYZ | 58.64 | 77.68 | 17.86 | - |
| YUV | 212.33 | 48.24 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 71 | 0.15 | 0 | 0.71 | 0.05 | 72.91 | 0.88 | 0.62 |
| Hex | CE | F3 | 47 | F | 0 | 47 | 5 | 49 | 58 | 3E |
| Octal | 316 | 363 | 107 | 17 | 0 | 107 | 5 | 111 | 130 | 76 |
| Binary | 11001110 | 11110011 | 1000111 | 1111 | 0 | 1000111 | 101 | 1001001 | 1011000 | 111110 |
Color Harmonies of #CEF347
Complementary color
Monochromatic Colors of #CEF347
Black with #CEF347
Text Example
Text Example
White with #CEF347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF347; }
p { color: rgb(206,243,71); }
H1.HeaderClassName
{
color: #CEF347;
}
.AnyTagClassName
{
color: #CEF347;
}
</style>
background-color css
<style>
a { background-color: #CEF347; }
a { background-color: rgb(206,243,71); }
div.DivClassName
{
background-color: #CEF347;
}
.BgClassName
{
background-color: #CEF347;
}
</style>
border-color css
<style>
span { border-color: #CEF347; }
span { border-color: rgb(206,243,71); }
td.TdClassName
{
border-color: #CEF347;
}
.TagClassName
{
border-color: #CEF347;
}
</style>