Shades of Pear #CFEF34
Tints of Pear #CFEF34
RGB
CMYK
RGB Variations
Color information
#CFEF34 (or 0xCFEF34) is known color: Pear. HEX triplet: CF, EF and 34. RGB value is (207,239,52). Sum of RGB (Red+Green+Blue) = 207+239+52=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF34 is #3010CB. Grayscale: #D0D0D0. Windows color (decimal): -3150028 or 3469263. OLE color: 3469263.
HSL color Cylindrical-coordinate representation of color #CFEF34: hue angle of 70.27º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFEF34 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 52 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.06 |
| HSL | 70.27º | 0.85% | 0.57% | - |
| HSV(B) | 70.27º | 0.78% | 0.94% | - |
| XYZ | 57.22 | 75.25 | 14.76 | - |
| YUV | 208.11 | 39.9 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 52 | 0.13 | 0 | 0.78 | 0.06 | 70.27 | 0.85 | 0.57 |
| Hex | CF | EF | 34 | D | 0 | 4E | 6 | 46 | 55 | 39 |
| Octal | 317 | 357 | 64 | 15 | 0 | 116 | 6 | 106 | 125 | 71 |
| Binary | 11001111 | 11101111 | 110100 | 1101 | 0 | 1001110 | 110 | 1000110 | 1010101 | 111001 |
Color Harmonies of #CFEF34
Complementary color
Monochromatic Colors of #CFEF34
Black with #CFEF34
Text Example
Text Example
White with #CFEF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF34; }
p { color: rgb(207,239,52); }
H1.HeaderClassName
{
color: #CFEF34;
}
.AnyTagClassName
{
color: #CFEF34;
}
</style>
background-color css
<style>
a { background-color: #CFEF34; }
a { background-color: rgb(207,239,52); }
div.DivClassName
{
background-color: #CFEF34;
}
.BgClassName
{
background-color: #CFEF34;
}
</style>
border-color css
<style>
span { border-color: #CFEF34; }
span { border-color: rgb(207,239,52); }
td.TdClassName
{
border-color: #CFEF34;
}
.TagClassName
{
border-color: #CFEF34;
}
</style>