Shades of Pear #CFE034
Tints of Pear #CFE034
RGB
CMYK
RGB Variations
Color information
#CFE034 (or 0xCFE034) is known color: Pear. HEX triplet: CF, E0 and 34. RGB value is (207,224,52). Sum of RGB (Red+Green+Blue) = 207+224+52=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE034 is #301FCB. Grayscale: #C7C7C7. Windows color (decimal): -3153868 or 3465423. OLE color: 3465423.
HSL color Cylindrical-coordinate representation of color #CFE034: hue angle of 65.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFE034 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 52 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.12 |
| HSL | 65.93º | 0.74% | 0.54% | - |
| HSV(B) | 65.93º | 0.77% | 0.88% | - |
| XYZ | 53.01 | 66.82 | 13.35 | - |
| YUV | 199.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 52 | 0.08 | 0 | 0.77 | 0.12 | 65.93 | 0.74 | 0.54 |
| Hex | CF | E0 | 34 | 8 | 0 | 4D | C | 42 | 4A | 36 |
| Octal | 317 | 340 | 64 | 10 | 0 | 115 | 14 | 102 | 112 | 66 |
| Binary | 11001111 | 11100000 | 110100 | 1000 | 0 | 1001101 | 1100 | 1000010 | 1001010 | 110110 |
Color Harmonies of #CFE034
Complementary color
Monochromatic Colors of #CFE034
Black with #CFE034
Text Example
Text Example
White with #CFE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE034; }
p { color: rgb(207,224,52); }
H1.HeaderClassName
{
color: #CFE034;
}
.AnyTagClassName
{
color: #CFE034;
}
</style>
background-color css
<style>
a { background-color: #CFE034; }
a { background-color: rgb(207,224,52); }
div.DivClassName
{
background-color: #CFE034;
}
.BgClassName
{
background-color: #CFE034;
}
</style>
border-color css
<style>
span { border-color: #CFE034; }
span { border-color: rgb(207,224,52); }
td.TdClassName
{
border-color: #CFE034;
}
.TagClassName
{
border-color: #CFE034;
}
</style>