Shades of Pear #CFED34
Tints of Pear #CFED34
RGB
CMYK
RGB Variations
Color information
#CFED34 (or 0xCFED34) is known color: Pear. HEX triplet: CF, ED and 34. RGB value is (207,237,52). Sum of RGB (Red+Green+Blue) = 207+237+52=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFED34 is #3012CB. Grayscale: #CFCFCF. Windows color (decimal): -3150540 or 3468751. OLE color: 3468751.
HSL color Cylindrical-coordinate representation of color #CFED34: hue angle of 69.73º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFED34 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 52 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.07 |
| HSL | 69.73º | 0.84% | 0.57% | - |
| HSV(B) | 69.73º | 0.78% | 0.93% | - |
| XYZ | 56.64 | 74.08 | 14.56 | - |
| YUV | 206.94 | 40.56 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 52 | 0.13 | 0 | 0.78 | 0.07 | 69.73 | 0.84 | 0.57 |
| Hex | CF | ED | 34 | D | 0 | 4E | 7 | 46 | 54 | 39 |
| Octal | 317 | 355 | 64 | 15 | 0 | 116 | 7 | 106 | 124 | 71 |
| Binary | 11001111 | 11101101 | 110100 | 1101 | 0 | 1001110 | 111 | 1000110 | 1010100 | 111001 |
Color Harmonies of #CFED34
Complementary color
Monochromatic Colors of #CFED34
Black with #CFED34
Text Example
Text Example
White with #CFED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED34; }
p { color: rgb(207,237,52); }
H1.HeaderClassName
{
color: #CFED34;
}
.AnyTagClassName
{
color: #CFED34;
}
</style>
background-color css
<style>
a { background-color: #CFED34; }
a { background-color: rgb(207,237,52); }
div.DivClassName
{
background-color: #CFED34;
}
.BgClassName
{
background-color: #CFED34;
}
</style>
border-color css
<style>
span { border-color: #CFED34; }
span { border-color: rgb(207,237,52); }
td.TdClassName
{
border-color: #CFED34;
}
.TagClassName
{
border-color: #CFED34;
}
</style>