Shades of Pear #CEF346
Tints of Pear #CEF346
RGB
CMYK
RGB Variations
Color information
#CEF346 (or 0xCEF346) is known color: Pear. HEX triplet: CE, F3 and 46. RGB value is (206,243,70). Sum of RGB (Red+Green+Blue) = 206+243+70=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF346 is #310CB9. Grayscale: #D4D4D4. Windows color (decimal): -3214522 or 4649934. OLE color: 4649934.
HSL color Cylindrical-coordinate representation of color #CEF346: hue angle of 72.83º degrees, saturation: 0.88, 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 #CEF346 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 70 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.05 |
| HSL | 72.83º | 0.88% | 0.61% | - |
| HSV(B) | 72.83º | 0.71% | 0.95% | - |
| XYZ | 58.61 | 77.67 | 17.7 | - |
| YUV | 212.22 | 47.74 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 70 | 0.15 | 0 | 0.71 | 0.05 | 72.83 | 0.88 | 0.61 |
| Hex | CE | F3 | 46 | F | 0 | 47 | 5 | 49 | 58 | 3D |
| Octal | 316 | 363 | 106 | 17 | 0 | 107 | 5 | 111 | 130 | 75 |
| Binary | 11001110 | 11110011 | 1000110 | 1111 | 0 | 1000111 | 101 | 1001001 | 1011000 | 111101 |
Color Harmonies of #CEF346
Complementary color
Monochromatic Colors of #CEF346
Black with #CEF346
Text Example
Text Example
White with #CEF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF346; }
p { color: rgb(206,243,70); }
H1.HeaderClassName
{
color: #CEF346;
}
.AnyTagClassName
{
color: #CEF346;
}
</style>
background-color css
<style>
a { background-color: #CEF346; }
a { background-color: rgb(206,243,70); }
div.DivClassName
{
background-color: #CEF346;
}
.BgClassName
{
background-color: #CEF346;
}
</style>
border-color css
<style>
span { border-color: #CEF346; }
span { border-color: rgb(206,243,70); }
td.TdClassName
{
border-color: #CEF346;
}
.TagClassName
{
border-color: #CEF346;
}
</style>