Shades of Pear #CFE135
Tints of Pear #CFE135
RGB
CMYK
RGB Variations
Color information
#CFE135 (or 0xCFE135) is known color: Pear. HEX triplet: CF, E1 and 35. RGB value is (207,225,53). Sum of RGB (Red+Green+Blue) = 207+225+53=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE135 is #301ECA. Grayscale: #C8C8C8. Windows color (decimal): -3153611 or 3531215. OLE color: 3531215.
HSL color Cylindrical-coordinate representation of color #CFE135: hue angle of 66.28º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFE135 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 53 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.12 |
| HSL | 66.28º | 0.74% | 0.55% | - |
| HSV(B) | 66.28º | 0.76% | 0.88% | - |
| XYZ | 53.3 | 67.37 | 13.56 | - |
| YUV | 200.01 | 45.04 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 53 | 0.08 | 0 | 0.76 | 0.12 | 66.28 | 0.74 | 0.55 |
| Hex | CF | E1 | 35 | 8 | 0 | 4C | C | 42 | 4A | 37 |
| Octal | 317 | 341 | 65 | 10 | 0 | 114 | 14 | 102 | 112 | 67 |
| Binary | 11001111 | 11100001 | 110101 | 1000 | 0 | 1001100 | 1100 | 1000010 | 1001010 | 110111 |
Color Harmonies of #CFE135
Complementary color
Monochromatic Colors of #CFE135
Black with #CFE135
Text Example
Text Example
White with #CFE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE135; }
p { color: rgb(207,225,53); }
H1.HeaderClassName
{
color: #CFE135;
}
.AnyTagClassName
{
color: #CFE135;
}
</style>
background-color css
<style>
a { background-color: #CFE135; }
a { background-color: rgb(207,225,53); }
div.DivClassName
{
background-color: #CFE135;
}
.BgClassName
{
background-color: #CFE135;
}
</style>
border-color css
<style>
span { border-color: #CFE135; }
span { border-color: rgb(207,225,53); }
td.TdClassName
{
border-color: #CFE135;
}
.TagClassName
{
border-color: #CFE135;
}
</style>