Shades of Pear #CFE132
Tints of Pear #CFE132
RGB
CMYK
RGB Variations
Color information
#CFE132 (or 0xCFE132) is known color: Pear. HEX triplet: CF, E1 and 32. RGB value is (207,225,50). Sum of RGB (Red+Green+Blue) = 207+225+50=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE132 is #301ECD. Grayscale: #C8C8C8. Windows color (decimal): -3153614 or 3334607. OLE color: 3334607.
HSL color Cylindrical-coordinate representation of color #CFE132: hue angle of 66.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFE132 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 50 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.12 |
| HSL | 66.17º | 0.74% | 0.54% | - |
| HSV(B) | 66.17º | 0.78% | 0.88% | - |
| XYZ | 53.23 | 67.35 | 13.21 | - |
| YUV | 199.67 | 43.54 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 50 | 0.08 | 0 | 0.78 | 0.12 | 66.17 | 0.74 | 0.54 |
| Hex | CF | E1 | 32 | 8 | 0 | 4E | C | 42 | 4A | 36 |
| Octal | 317 | 341 | 62 | 10 | 0 | 116 | 14 | 102 | 112 | 66 |
| Binary | 11001111 | 11100001 | 110010 | 1000 | 0 | 1001110 | 1100 | 1000010 | 1001010 | 110110 |
Color Harmonies of #CFE132
Complementary color
Monochromatic Colors of #CFE132
Black with #CFE132
Text Example
Text Example
White with #CFE132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE132; }
p { color: rgb(207,225,50); }
H1.HeaderClassName
{
color: #CFE132;
}
.AnyTagClassName
{
color: #CFE132;
}
</style>
background-color css
<style>
a { background-color: #CFE132; }
a { background-color: rgb(207,225,50); }
div.DivClassName
{
background-color: #CFE132;
}
.BgClassName
{
background-color: #CFE132;
}
</style>
border-color css
<style>
span { border-color: #CFE132; }
span { border-color: rgb(207,225,50); }
td.TdClassName
{
border-color: #CFE132;
}
.TagClassName
{
border-color: #CFE132;
}
</style>