Shades of Pear #CFE332
Tints of Pear #CFE332
RGB
CMYK
RGB Variations
Color information
#CFE332 (or 0xCFE332) is known color: Pear. HEX triplet: CF, E3 and 32. RGB value is (207,227,50). Sum of RGB (Red+Green+Blue) = 207+227+50=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE332 is #301CCD. Grayscale: #C9C9C9. Windows color (decimal): -3153102 or 3335119. OLE color: 3335119.
HSL color Cylindrical-coordinate representation of color #CFE332: hue angle of 66.78º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFE332 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 50 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.11 |
| HSL | 66.78º | 0.76% | 0.54% | - |
| HSV(B) | 66.78º | 0.78% | 0.89% | - |
| XYZ | 53.78 | 68.43 | 13.39 | - |
| YUV | 200.84 | 42.87 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 50 | 0.09 | 0 | 0.78 | 0.11 | 66.78 | 0.76 | 0.54 |
| Hex | CF | E3 | 32 | 9 | 0 | 4E | B | 43 | 4C | 36 |
| Octal | 317 | 343 | 62 | 11 | 0 | 116 | 13 | 103 | 114 | 66 |
| Binary | 11001111 | 11100011 | 110010 | 1001 | 0 | 1001110 | 1011 | 1000011 | 1001100 | 110110 |
Color Harmonies of #CFE332
Complementary color
Monochromatic Colors of #CFE332
Black with #CFE332
Text Example
Text Example
White with #CFE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE332; }
p { color: rgb(207,227,50); }
H1.HeaderClassName
{
color: #CFE332;
}
.AnyTagClassName
{
color: #CFE332;
}
</style>
background-color css
<style>
a { background-color: #CFE332; }
a { background-color: rgb(207,227,50); }
div.DivClassName
{
background-color: #CFE332;
}
.BgClassName
{
background-color: #CFE332;
}
</style>
border-color css
<style>
span { border-color: #CFE332; }
span { border-color: rgb(207,227,50); }
td.TdClassName
{
border-color: #CFE332;
}
.TagClassName
{
border-color: #CFE332;
}
</style>