Shades of Pear #CEF348
Tints of Pear #CEF348
RGB
CMYK
RGB Variations
Color information
#CEF348 (or 0xCEF348) is known color: Pear. HEX triplet: CE, F3 and 48. RGB value is (206,243,72). Sum of RGB (Red+Green+Blue) = 206+243+72=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF348 is #310CB7. Grayscale: #D5D5D5. Windows color (decimal): -3214520 or 4781006. OLE color: 4781006.
HSL color Cylindrical-coordinate representation of color #CEF348: hue angle of 72.98º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEF348 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 72 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.05 |
| HSL | 72.98º | 0.88% | 0.62% | - |
| HSV(B) | 72.98º | 0.7% | 0.95% | - |
| XYZ | 58.67 | 77.69 | 18.03 | - |
| YUV | 212.44 | 48.74 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 72 | 0.15 | 0 | 0.70 | 0.05 | 72.98 | 0.88 | 0.62 |
| Hex | CE | F3 | 48 | F | 0 | 46 | 5 | 49 | 58 | 3E |
| Octal | 316 | 363 | 110 | 17 | 0 | 106 | 5 | 111 | 130 | 76 |
| Binary | 11001110 | 11110011 | 1001000 | 1111 | 0 | 1000110 | 101 | 1001001 | 1011000 | 111110 |
Color Harmonies of #CEF348
Complementary color
Monochromatic Colors of #CEF348
Black with #CEF348
Text Example
Text Example
White with #CEF348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF348; }
p { color: rgb(206,243,72); }
H1.HeaderClassName
{
color: #CEF348;
}
.AnyTagClassName
{
color: #CEF348;
}
</style>
background-color css
<style>
a { background-color: #CEF348; }
a { background-color: rgb(206,243,72); }
div.DivClassName
{
background-color: #CEF348;
}
.BgClassName
{
background-color: #CEF348;
}
</style>
border-color css
<style>
span { border-color: #CEF348; }
span { border-color: rgb(206,243,72); }
td.TdClassName
{
border-color: #CEF348;
}
.TagClassName
{
border-color: #CEF348;
}
</style>