Shades of Pear #CFE432
Tints of Pear #CFE432
RGB
CMYK
RGB Variations
Color information
#CFE432 (or 0xCFE432) is known color: Pear. HEX triplet: CF, E4 and 32. RGB value is (207,228,50). Sum of RGB (Red+Green+Blue) = 207+228+50=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE432 is #301BCD. Grayscale: #CACACA. Windows color (decimal): -3152846 or 3335375. OLE color: 3335375.
HSL color Cylindrical-coordinate representation of color #CFE432: hue angle of 67.08º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFE432 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 50 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.11 |
| HSL | 67.08º | 0.77% | 0.55% | - |
| HSV(B) | 67.08º | 0.78% | 0.89% | - |
| XYZ | 54.05 | 68.98 | 13.48 | - |
| YUV | 201.43 | 42.54 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 50 | 0.09 | 0 | 0.78 | 0.11 | 67.08 | 0.77 | 0.55 |
| Hex | CF | E4 | 32 | 9 | 0 | 4E | B | 43 | 4D | 37 |
| Octal | 317 | 344 | 62 | 11 | 0 | 116 | 13 | 103 | 115 | 67 |
| Binary | 11001111 | 11100100 | 110010 | 1001 | 0 | 1001110 | 1011 | 1000011 | 1001101 | 110111 |
Color Harmonies of #CFE432
Complementary color
Monochromatic Colors of #CFE432
Black with #CFE432
Text Example
Text Example
White with #CFE432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE432; }
p { color: rgb(207,228,50); }
H1.HeaderClassName
{
color: #CFE432;
}
.AnyTagClassName
{
color: #CFE432;
}
</style>
background-color css
<style>
a { background-color: #CFE432; }
a { background-color: rgb(207,228,50); }
div.DivClassName
{
background-color: #CFE432;
}
.BgClassName
{
background-color: #CFE432;
}
</style>
border-color css
<style>
span { border-color: #CFE432; }
span { border-color: rgb(207,228,50); }
td.TdClassName
{
border-color: #CFE432;
}
.TagClassName
{
border-color: #CFE432;
}
</style>