Shades of Pear #CFE82E
Tints of Pear #CFE82E
RGB
CMYK
RGB Variations
Color information
#CFE82E (or 0xCFE82E) is known color: Pear. HEX triplet: CF, E8 and 2E. RGB value is (207,232,46). Sum of RGB (Red+Green+Blue) = 207+232+46=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE82E is #3017D1. Grayscale: #CCCCCC. Windows color (decimal): -3151826 or 3074255. OLE color: 3074255.
HSL color Cylindrical-coordinate representation of color #CFE82E: hue angle of 68.06º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFE82E is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 46 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.09 |
| HSL | 68.06º | 0.8% | 0.55% | - |
| HSV(B) | 68.06º | 0.8% | 0.91% | - |
| XYZ | 55.08 | 71.18 | 13.42 | - |
| YUV | 203.32 | 39.22 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 46 | 0.11 | 0 | 0.80 | 0.09 | 68.06 | 0.8 | 0.55 |
| Hex | CF | E8 | 2E | B | 0 | 50 | 9 | 44 | 50 | 37 |
| Octal | 317 | 350 | 56 | 13 | 0 | 120 | 11 | 104 | 120 | 67 |
| Binary | 11001111 | 11101000 | 101110 | 1011 | 0 | 1010000 | 1001 | 1000100 | 1010000 | 110111 |
Color Harmonies of #CFE82E
Complementary color
Monochromatic Colors of #CFE82E
Black with #CFE82E
Text Example
Text Example
White with #CFE82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE82E; }
p { color: rgb(207,232,46); }
H1.HeaderClassName
{
color: #CFE82E;
}
.AnyTagClassName
{
color: #CFE82E;
}
</style>
background-color css
<style>
a { background-color: #CFE82E; }
a { background-color: rgb(207,232,46); }
div.DivClassName
{
background-color: #CFE82E;
}
.BgClassName
{
background-color: #CFE82E;
}
</style>
border-color css
<style>
span { border-color: #CFE82E; }
span { border-color: rgb(207,232,46); }
td.TdClassName
{
border-color: #CFE82E;
}
.TagClassName
{
border-color: #CFE82E;
}
</style>