Shades of Pear #CEF328
Tints of Pear #CEF328
RGB
CMYK
RGB Variations
Color information
#CEF328 (or 0xCEF328) is known color: Pear. HEX triplet: CE, F3 and 28. RGB value is (206,243,40). Sum of RGB (Red+Green+Blue) = 206+243+40=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 40 (16.02% from 255 or 8.18% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF328 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF328 is #310CD7. Grayscale: #D1D1D1. Windows color (decimal): -3214552 or 2683854. OLE color: 2683854.
HSL color Cylindrical-coordinate representation of color #CEF328: hue angle of 70.94º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEF328 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 40 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.05 |
| HSL | 70.94º | 0.89% | 0.55% | - |
| HSV(B) | 70.94º | 0.84% | 0.95% | - |
| XYZ | 57.89 | 77.38 | 13.89 | - |
| YUV | 208.8 | 32.74 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 40 | 0.15 | 0 | 0.84 | 0.05 | 70.94 | 0.89 | 0.55 |
| Hex | CE | F3 | 28 | F | 0 | 54 | 5 | 47 | 59 | 37 |
| Octal | 316 | 363 | 50 | 17 | 0 | 124 | 5 | 107 | 131 | 67 |
| Binary | 11001110 | 11110011 | 101000 | 1111 | 0 | 1010100 | 101 | 1000111 | 1011001 | 110111 |
Color Harmonies of #CEF328
Complementary color
Monochromatic Colors of #CEF328
Black with #CEF328
Text Example
Text Example
White with #CEF328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF328; }
p { color: rgb(206,243,40); }
H1.HeaderClassName
{
color: #CEF328;
}
.AnyTagClassName
{
color: #CEF328;
}
</style>
background-color css
<style>
a { background-color: #CEF328; }
a { background-color: rgb(206,243,40); }
div.DivClassName
{
background-color: #CEF328;
}
.BgClassName
{
background-color: #CEF328;
}
</style>
border-color css
<style>
span { border-color: #CEF328; }
span { border-color: rgb(206,243,40); }
td.TdClassName
{
border-color: #CEF328;
}
.TagClassName
{
border-color: #CEF328;
}
</style>