Shades of Pear #CFED32
Tints of Pear #CFED32
RGB
CMYK
RGB Variations
Color information
#CFED32 (or 0xCFED32) is known color: Pear. HEX triplet: CF, ED and 32. RGB value is (207,237,50). Sum of RGB (Red+Green+Blue) = 207+237+50=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFED32 is #3012CD. Grayscale: #CFCFCF. Windows color (decimal): -3150542 or 3337679. OLE color: 3337679.
HSL color Cylindrical-coordinate representation of color #CFED32: hue angle of 69.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFED32 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 50 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.07 |
| HSL | 69.63º | 0.84% | 0.56% | - |
| HSV(B) | 69.63º | 0.79% | 0.93% | - |
| XYZ | 56.59 | 74.06 | 14.33 | - |
| YUV | 206.71 | 39.56 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 50 | 0.13 | 0 | 0.79 | 0.07 | 69.63 | 0.84 | 0.56 |
| Hex | CF | ED | 32 | D | 0 | 4F | 7 | 46 | 54 | 38 |
| Octal | 317 | 355 | 62 | 15 | 0 | 117 | 7 | 106 | 124 | 70 |
| Binary | 11001111 | 11101101 | 110010 | 1101 | 0 | 1001111 | 111 | 1000110 | 1010100 | 111000 |
Color Harmonies of #CFED32
Complementary color
Monochromatic Colors of #CFED32
Black with #CFED32
Text Example
Text Example
White with #CFED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED32; }
p { color: rgb(207,237,50); }
H1.HeaderClassName
{
color: #CFED32;
}
.AnyTagClassName
{
color: #CFED32;
}
</style>
background-color css
<style>
a { background-color: #CFED32; }
a { background-color: rgb(207,237,50); }
div.DivClassName
{
background-color: #CFED32;
}
.BgClassName
{
background-color: #CFED32;
}
</style>
border-color css
<style>
span { border-color: #CFED32; }
span { border-color: rgb(207,237,50); }
td.TdClassName
{
border-color: #CFED32;
}
.TagClassName
{
border-color: #CFED32;
}
</style>