Shades of Pear #CFE537
Tints of Pear #CFE537
RGB
CMYK
RGB Variations
Color information
#CFE537 (or 0xCFE537) is known color: Pear. HEX triplet: CF, E5 and 37. RGB value is (207,229,55). Sum of RGB (Red+Green+Blue) = 207+229+55=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 55 (21.88% from 255 or 11.20% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE537 is #301AC8. Grayscale: #CBCBCB. Windows color (decimal): -3152585 or 3663311. OLE color: 3663311.
HSL color Cylindrical-coordinate representation of color #CFE537: hue angle of 67.59º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFE537 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 55 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.10 |
| HSL | 67.59º | 0.77% | 0.56% | - |
| HSV(B) | 67.59º | 0.76% | 0.9% | - |
| XYZ | 54.44 | 69.58 | 14.18 | - |
| YUV | 202.59 | 44.71 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 55 | 0.10 | 0 | 0.76 | 0.10 | 67.59 | 0.77 | 0.56 |
| Hex | CF | E5 | 37 | A | 0 | 4C | A | 44 | 4D | 38 |
| Octal | 317 | 345 | 67 | 12 | 0 | 114 | 12 | 104 | 115 | 70 |
| Binary | 11001111 | 11100101 | 110111 | 1010 | 0 | 1001100 | 1010 | 1000100 | 1001101 | 111000 |
Color Harmonies of #CFE537
Complementary color
Monochromatic Colors of #CFE537
Black with #CFE537
Text Example
Text Example
White with #CFE537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE537; }
p { color: rgb(207,229,55); }
H1.HeaderClassName
{
color: #CFE537;
}
.AnyTagClassName
{
color: #CFE537;
}
</style>
background-color css
<style>
a { background-color: #CFE537; }
a { background-color: rgb(207,229,55); }
div.DivClassName
{
background-color: #CFE537;
}
.BgClassName
{
background-color: #CFE537;
}
</style>
border-color css
<style>
span { border-color: #CFE537; }
span { border-color: rgb(207,229,55); }
td.TdClassName
{
border-color: #CFE537;
}
.TagClassName
{
border-color: #CFE537;
}
</style>