Shades of Pear #CFE82D
Tints of Pear #CFE82D
RGB
CMYK
RGB Variations
Color information
#CFE82D (or 0xCFE82D) is known color: Pear. HEX triplet: CF, E8 and 2D. RGB value is (207,232,45). Sum of RGB (Red+Green+Blue) = 207+232+45=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE82D is #3017D2. Grayscale: #CBCBCB. Windows color (decimal): -3151827 or 3008719. OLE color: 3008719.
HSL color Cylindrical-coordinate representation of color #CFE82D: hue angle of 68.02º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFE82D is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 45 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.09 |
| HSL | 68.02º | 0.8% | 0.54% | - |
| HSV(B) | 68.02º | 0.81% | 0.91% | - |
| XYZ | 55.06 | 71.17 | 13.32 | - |
| YUV | 203.21 | 38.72 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 45 | 0.11 | 0 | 0.81 | 0.09 | 68.02 | 0.8 | 0.54 |
| Hex | CF | E8 | 2D | B | 0 | 51 | 9 | 44 | 50 | 36 |
| Octal | 317 | 350 | 55 | 13 | 0 | 121 | 11 | 104 | 120 | 66 |
| Binary | 11001111 | 11101000 | 101101 | 1011 | 0 | 1010001 | 1001 | 1000100 | 1010000 | 110110 |
Color Harmonies of #CFE82D
Complementary color
Monochromatic Colors of #CFE82D
Black with #CFE82D
Text Example
Text Example
White with #CFE82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE82D; }
p { color: rgb(207,232,45); }
H1.HeaderClassName
{
color: #CFE82D;
}
.AnyTagClassName
{
color: #CFE82D;
}
</style>
background-color css
<style>
a { background-color: #CFE82D; }
a { background-color: rgb(207,232,45); }
div.DivClassName
{
background-color: #CFE82D;
}
.BgClassName
{
background-color: #CFE82D;
}
</style>
border-color css
<style>
span { border-color: #CFE82D; }
span { border-color: rgb(207,232,45); }
td.TdClassName
{
border-color: #CFE82D;
}
.TagClassName
{
border-color: #CFE82D;
}
</style>