Shades of Pear #CFEA34
Tints of Pear #CFEA34
RGB
CMYK
RGB Variations
Color information
#CFEA34 (or 0xCFEA34) is known color: Pear. HEX triplet: CF, EA and 34. RGB value is (207,234,52). Sum of RGB (Red+Green+Blue) = 207+234+52=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 52 (20.70% from 255 or 10.55% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA34 is #3015CB. Grayscale: #CDCDCD. Windows color (decimal): -3151308 or 3467983. OLE color: 3467983.
HSL color Cylindrical-coordinate representation of color #CFEA34: hue angle of 68.9º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFEA34 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 52 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.08 |
| HSL | 68.9º | 0.81% | 0.56% | - |
| HSV(B) | 68.9º | 0.78% | 0.92% | - |
| XYZ | 55.77 | 72.36 | 14.28 | - |
| YUV | 205.18 | 41.55 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 52 | 0.12 | 0 | 0.78 | 0.08 | 68.9 | 0.81 | 0.56 |
| Hex | CF | EA | 34 | C | 0 | 4E | 8 | 45 | 51 | 38 |
| Octal | 317 | 352 | 64 | 14 | 0 | 116 | 10 | 105 | 121 | 70 |
| Binary | 11001111 | 11101010 | 110100 | 1100 | 0 | 1001110 | 1000 | 1000101 | 1010001 | 111000 |
Color Harmonies of #CFEA34
Complementary color
Monochromatic Colors of #CFEA34
Black with #CFEA34
Text Example
Text Example
White with #CFEA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA34; }
p { color: rgb(207,234,52); }
H1.HeaderClassName
{
color: #CFEA34;
}
.AnyTagClassName
{
color: #CFEA34;
}
</style>
background-color css
<style>
a { background-color: #CFEA34; }
a { background-color: rgb(207,234,52); }
div.DivClassName
{
background-color: #CFEA34;
}
.BgClassName
{
background-color: #CFEA34;
}
</style>
border-color css
<style>
span { border-color: #CFEA34; }
span { border-color: rgb(207,234,52); }
td.TdClassName
{
border-color: #CFEA34;
}
.TagClassName
{
border-color: #CFEA34;
}
</style>