Shades of Pear #CEF141
Tints of Pear #CEF141
RGB
CMYK
RGB Variations
Color information
#CEF141 (or 0xCEF141) is known color: Pear. HEX triplet: CE, F1 and 41. RGB value is (206,241,65). Sum of RGB (Red+Green+Blue) = 206+241+65=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF141 is #310EBE. Grayscale: #D3D3D3. Windows color (decimal): -3215039 or 4321742. OLE color: 4321742.
HSL color Cylindrical-coordinate representation of color #CEF141: hue angle of 71.93º 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 #CEF141 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 65 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.05 |
| HSL | 71.93º | 0.86% | 0.6% | - |
| HSV(B) | 71.93º | 0.73% | 0.95% | - |
| XYZ | 57.86 | 76.41 | 16.7 | - |
| YUV | 210.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 65 | 0.15 | 0 | 0.73 | 0.05 | 71.93 | 0.86 | 0.6 |
| Hex | CE | F1 | 41 | F | 0 | 49 | 5 | 48 | 56 | 3C |
| Octal | 316 | 361 | 101 | 17 | 0 | 111 | 5 | 110 | 126 | 74 |
| Binary | 11001110 | 11110001 | 1000001 | 1111 | 0 | 1001001 | 101 | 1001000 | 1010110 | 111100 |
Color Harmonies of #CEF141
Complementary color
Monochromatic Colors of #CEF141
Black with #CEF141
Text Example
Text Example
White with #CEF141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF141; }
p { color: rgb(206,241,65); }
H1.HeaderClassName
{
color: #CEF141;
}
.AnyTagClassName
{
color: #CEF141;
}
</style>
background-color css
<style>
a { background-color: #CEF141; }
a { background-color: rgb(206,241,65); }
div.DivClassName
{
background-color: #CEF141;
}
.BgClassName
{
background-color: #CEF141;
}
</style>
border-color css
<style>
span { border-color: #CEF141; }
span { border-color: rgb(206,241,65); }
td.TdClassName
{
border-color: #CEF141;
}
.TagClassName
{
border-color: #CEF141;
}
</style>