Shades of Pear #CEF148
Tints of Pear #CEF148
RGB
CMYK
RGB Variations
Color information
#CEF148 (or 0xCEF148) is known color: Pear. HEX triplet: CE, F1 and 48. RGB value is (206,241,72). Sum of RGB (Red+Green+Blue) = 206+241+72=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF148 is #310EB7. Grayscale: #D3D3D3. Windows color (decimal): -3215032 or 4780494. OLE color: 4780494.
HSL color Cylindrical-coordinate representation of color #CEF148: hue angle of 72.43º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEF148 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 72 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.05 |
| HSL | 72.43º | 0.86% | 0.61% | - |
| HSV(B) | 72.43º | 0.7% | 0.95% | - |
| XYZ | 58.08 | 76.5 | 17.84 | - |
| YUV | 211.27 | 49.4 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 72 | 0.15 | 0 | 0.70 | 0.05 | 72.43 | 0.86 | 0.61 |
| Hex | CE | F1 | 48 | F | 0 | 46 | 5 | 48 | 56 | 3D |
| Octal | 316 | 361 | 110 | 17 | 0 | 106 | 5 | 110 | 126 | 75 |
| Binary | 11001110 | 11110001 | 1001000 | 1111 | 0 | 1000110 | 101 | 1001000 | 1010110 | 111101 |
Color Harmonies of #CEF148
Complementary color
Monochromatic Colors of #CEF148
Black with #CEF148
Text Example
Text Example
White with #CEF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF148; }
p { color: rgb(206,241,72); }
H1.HeaderClassName
{
color: #CEF148;
}
.AnyTagClassName
{
color: #CEF148;
}
</style>
background-color css
<style>
a { background-color: #CEF148; }
a { background-color: rgb(206,241,72); }
div.DivClassName
{
background-color: #CEF148;
}
.BgClassName
{
background-color: #CEF148;
}
</style>
border-color css
<style>
span { border-color: #CEF148; }
span { border-color: rgb(206,241,72); }
td.TdClassName
{
border-color: #CEF148;
}
.TagClassName
{
border-color: #CEF148;
}
</style>