Shades of Pear #CEF138
Tints of Pear #CEF138
RGB
CMYK
RGB Variations
Color information
#CEF138 (or 0xCEF138) is known color: Pear. HEX triplet: CE, F1 and 38. RGB value is (206,241,56). Sum of RGB (Red+Green+Blue) = 206+241+56=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF138 is #310EC7. Grayscale: #D2D2D2. Windows color (decimal): -3215048 or 3731918. OLE color: 3731918.
HSL color Cylindrical-coordinate representation of color #CEF138: hue angle of 71.35º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEF138 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 56 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.05 |
| HSL | 71.35º | 0.87% | 0.58% | - |
| HSV(B) | 71.35º | 0.77% | 0.95% | - |
| XYZ | 57.62 | 76.32 | 15.44 | - |
| YUV | 209.45 | 41.4 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 56 | 0.15 | 0 | 0.77 | 0.05 | 71.35 | 0.87 | 0.58 |
| Hex | CE | F1 | 38 | F | 0 | 4D | 5 | 47 | 57 | 3A |
| Octal | 316 | 361 | 70 | 17 | 0 | 115 | 5 | 107 | 127 | 72 |
| Binary | 11001110 | 11110001 | 111000 | 1111 | 0 | 1001101 | 101 | 1000111 | 1010111 | 111010 |
Color Harmonies of #CEF138
Complementary color
Monochromatic Colors of #CEF138
Black with #CEF138
Text Example
Text Example
White with #CEF138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF138; }
p { color: rgb(206,241,56); }
H1.HeaderClassName
{
color: #CEF138;
}
.AnyTagClassName
{
color: #CEF138;
}
</style>
background-color css
<style>
a { background-color: #CEF138; }
a { background-color: rgb(206,241,56); }
div.DivClassName
{
background-color: #CEF138;
}
.BgClassName
{
background-color: #CEF138;
}
</style>
border-color css
<style>
span { border-color: #CEF138; }
span { border-color: rgb(206,241,56); }
td.TdClassName
{
border-color: #CEF138;
}
.TagClassName
{
border-color: #CEF138;
}
</style>