Shades of Pear #CFE035
Tints of Pear #CFE035
RGB
CMYK
RGB Variations
Color information
#CFE035 (or 0xCFE035) is known color: Pear. HEX triplet: CF, E0 and 35. RGB value is (207,224,53). Sum of RGB (Red+Green+Blue) = 207+224+53=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE035 is #301FCA. Grayscale: #C8C8C8. Windows color (decimal): -3153867 or 3530959. OLE color: 3530959.
HSL color Cylindrical-coordinate representation of color #CFE035: hue angle of 65.96º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFE035 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 53 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.12 |
| HSL | 65.96º | 0.73% | 0.54% | - |
| HSV(B) | 65.96º | 0.76% | 0.88% | - |
| XYZ | 53.03 | 66.83 | 13.47 | - |
| YUV | 199.42 | 45.37 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 53 | 0.08 | 0 | 0.76 | 0.12 | 65.96 | 0.73 | 0.54 |
| Hex | CF | E0 | 35 | 8 | 0 | 4C | C | 42 | 49 | 36 |
| Octal | 317 | 340 | 65 | 10 | 0 | 114 | 14 | 102 | 111 | 66 |
| Binary | 11001111 | 11100000 | 110101 | 1000 | 0 | 1001100 | 1100 | 1000010 | 1001001 | 110110 |
Color Harmonies of #CFE035
Complementary color
Monochromatic Colors of #CFE035
Black with #CFE035
Text Example
Text Example
White with #CFE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE035; }
p { color: rgb(207,224,53); }
H1.HeaderClassName
{
color: #CFE035;
}
.AnyTagClassName
{
color: #CFE035;
}
</style>
background-color css
<style>
a { background-color: #CFE035; }
a { background-color: rgb(207,224,53); }
div.DivClassName
{
background-color: #CFE035;
}
.BgClassName
{
background-color: #CFE035;
}
</style>
border-color css
<style>
span { border-color: #CFE035; }
span { border-color: rgb(207,224,53); }
td.TdClassName
{
border-color: #CFE035;
}
.TagClassName
{
border-color: #CFE035;
}
</style>