Shades of Pear #CEF140
Tints of Pear #CEF140
RGB
CMYK
RGB Variations
Color information
#CEF140 (or 0xCEF140) is known color: Pear. HEX triplet: CE, F1 and 40. RGB value is (206,241,64). Sum of RGB (Red+Green+Blue) = 206+241+64=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF140 is #310EBF. Grayscale: #D3D3D3. Windows color (decimal): -3215040 or 4256206. OLE color: 4256206.
HSL color Cylindrical-coordinate representation of color #CEF140: hue angle of 71.86º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEF140 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 64 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.05 |
| HSL | 71.86º | 0.86% | 0.6% | - |
| HSV(B) | 71.86º | 0.73% | 0.95% | - |
| XYZ | 57.83 | 76.4 | 16.55 | - |
| YUV | 210.36 | 45.4 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 64 | 0.15 | 0 | 0.73 | 0.05 | 71.86 | 0.86 | 0.6 |
| Hex | CE | F1 | 40 | F | 0 | 49 | 5 | 48 | 56 | 3C |
| Octal | 316 | 361 | 100 | 17 | 0 | 111 | 5 | 110 | 126 | 74 |
| Binary | 11001110 | 11110001 | 1000000 | 1111 | 0 | 1001001 | 101 | 1001000 | 1010110 | 111100 |
Color Harmonies of #CEF140
Complementary color
Monochromatic Colors of #CEF140
Black with #CEF140
Text Example
Text Example
White with #CEF140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF140; }
p { color: rgb(206,241,64); }
H1.HeaderClassName
{
color: #CEF140;
}
.AnyTagClassName
{
color: #CEF140;
}
</style>
background-color css
<style>
a { background-color: #CEF140; }
a { background-color: rgb(206,241,64); }
div.DivClassName
{
background-color: #CEF140;
}
.BgClassName
{
background-color: #CEF140;
}
</style>
border-color css
<style>
span { border-color: #CEF140; }
span { border-color: rgb(206,241,64); }
td.TdClassName
{
border-color: #CEF140;
}
.TagClassName
{
border-color: #CEF140;
}
</style>