Shades of Pear #CFE32D
Tints of Pear #CFE32D
RGB
CMYK
RGB Variations
Color information
#CFE32D (or 0xCFE32D) is known color: Pear. HEX triplet: CF, E3 and 2D. RGB value is (207,227,45). Sum of RGB (Red+Green+Blue) = 207+227+45=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE32D is #301CD2. Grayscale: #C8C8C8. Windows color (decimal): -3153107 or 3007439. OLE color: 3007439.
HSL color Cylindrical-coordinate representation of color #CFE32D: hue angle of 66.59º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFE32D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 45 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.11 |
| HSL | 66.59º | 0.76% | 0.53% | - |
| HSV(B) | 66.59º | 0.8% | 0.89% | - |
| XYZ | 53.67 | 68.39 | 12.85 | - |
| YUV | 200.27 | 40.37 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 45 | 0.09 | 0 | 0.80 | 0.11 | 66.59 | 0.76 | 0.53 |
| Hex | CF | E3 | 2D | 9 | 0 | 50 | B | 43 | 4C | 35 |
| Octal | 317 | 343 | 55 | 11 | 0 | 120 | 13 | 103 | 114 | 65 |
| Binary | 11001111 | 11100011 | 101101 | 1001 | 0 | 1010000 | 1011 | 1000011 | 1001100 | 110101 |
Color Harmonies of #CFE32D
Complementary color
Monochromatic Colors of #CFE32D
Black with #CFE32D
Text Example
Text Example
White with #CFE32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE32D; }
p { color: rgb(207,227,45); }
H1.HeaderClassName
{
color: #CFE32D;
}
.AnyTagClassName
{
color: #CFE32D;
}
</style>
background-color css
<style>
a { background-color: #CFE32D; }
a { background-color: rgb(207,227,45); }
div.DivClassName
{
background-color: #CFE32D;
}
.BgClassName
{
background-color: #CFE32D;
}
</style>
border-color css
<style>
span { border-color: #CFE32D; }
span { border-color: rgb(207,227,45); }
td.TdClassName
{
border-color: #CFE32D;
}
.TagClassName
{
border-color: #CFE32D;
}
</style>