Shades of Pear #CFEA32
Tints of Pear #CFEA32
RGB
CMYK
RGB Variations
Color information
#CFEA32 (or 0xCFEA32) is known color: Pear. HEX triplet: CF, EA and 32. RGB value is (207,234,50). Sum of RGB (Red+Green+Blue) = 207+234+50=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA32 is #3015CD. Grayscale: #CDCDCD. Windows color (decimal): -3151310 or 3336911. OLE color: 3336911.
HSL color Cylindrical-coordinate representation of color #CFEA32: hue angle of 68.8º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFEA32 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 50 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.08 |
| HSL | 68.8º | 0.81% | 0.56% | - |
| HSV(B) | 68.8º | 0.79% | 0.92% | - |
| XYZ | 55.73 | 72.34 | 14.04 | - |
| YUV | 204.95 | 40.55 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 50 | 0.12 | 0 | 0.79 | 0.08 | 68.8 | 0.81 | 0.56 |
| Hex | CF | EA | 32 | C | 0 | 4F | 8 | 45 | 51 | 38 |
| Octal | 317 | 352 | 62 | 14 | 0 | 117 | 10 | 105 | 121 | 70 |
| Binary | 11001111 | 11101010 | 110010 | 1100 | 0 | 1001111 | 1000 | 1000101 | 1010001 | 111000 |
Color Harmonies of #CFEA32
Complementary color
Monochromatic Colors of #CFEA32
Black with #CFEA32
Text Example
Text Example
White with #CFEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA32; }
p { color: rgb(207,234,50); }
H1.HeaderClassName
{
color: #CFEA32;
}
.AnyTagClassName
{
color: #CFEA32;
}
</style>
background-color css
<style>
a { background-color: #CFEA32; }
a { background-color: rgb(207,234,50); }
div.DivClassName
{
background-color: #CFEA32;
}
.BgClassName
{
background-color: #CFEA32;
}
</style>
border-color css
<style>
span { border-color: #CFEA32; }
span { border-color: rgb(207,234,50); }
td.TdClassName
{
border-color: #CFEA32;
}
.TagClassName
{
border-color: #CFEA32;
}
</style>