Shades of Pear #CFE540
Tints of Pear #CFE540
RGB
CMYK
RGB Variations
Color information
#CFE540 (or 0xCFE540) is known color: Pear. HEX triplet: CF, E5 and 40. RGB value is (207,229,64). Sum of RGB (Red+Green+Blue) = 207+229+64=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE540 is #301ABF. Grayscale: #CCCCCC. Windows color (decimal): -3152576 or 4253135. OLE color: 4253135.
HSL color Cylindrical-coordinate representation of color #CFE540: hue angle of 68º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFE540 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 64 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.10 |
| HSL | 68º | 0.76% | 0.57% | - |
| HSV(B) | 68º | 0.72% | 0.9% | - |
| XYZ | 54.68 | 69.67 | 15.42 | - |
| YUV | 203.61 | 49.21 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 64 | 0.10 | 0 | 0.72 | 0.10 | 68 | 0.76 | 0.57 |
| Hex | CF | E5 | 40 | A | 0 | 48 | A | 44 | 4C | 39 |
| Octal | 317 | 345 | 100 | 12 | 0 | 110 | 12 | 104 | 114 | 71 |
| Binary | 11001111 | 11100101 | 1000000 | 1010 | 0 | 1001000 | 1010 | 1000100 | 1001100 | 111001 |
Color Harmonies of #CFE540
Complementary color
Monochromatic Colors of #CFE540
Black with #CFE540
Text Example
Text Example
White with #CFE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE540; }
p { color: rgb(207,229,64); }
H1.HeaderClassName
{
color: #CFE540;
}
.AnyTagClassName
{
color: #CFE540;
}
</style>
background-color css
<style>
a { background-color: #CFE540; }
a { background-color: rgb(207,229,64); }
div.DivClassName
{
background-color: #CFE540;
}
.BgClassName
{
background-color: #CFE540;
}
</style>
border-color css
<style>
span { border-color: #CFE540; }
span { border-color: rgb(207,229,64); }
td.TdClassName
{
border-color: #CFE540;
}
.TagClassName
{
border-color: #CFE540;
}
</style>