Shades of Pear #CFF54D
Tints of Pear #CFF54D
RGB
CMYK
RGB Variations
Color information
#CFF54D (or 0xCFF54D) is known color: Pear. HEX triplet: CF, F5 and 4D. RGB value is (207,245,77). Sum of RGB (Red+Green+Blue) = 207+245+77=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF54D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF54D is #300AB2. Grayscale: #D7D7D7. Windows color (decimal): -3148467 or 5109199. OLE color: 5109199.
HSL color Cylindrical-coordinate representation of color #CFF54D: hue angle of 73.57º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFF54D is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 77 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.04 |
| HSL | 73.57º | 0.89% | 0.63% | - |
| HSV(B) | 73.57º | 0.69% | 0.96% | - |
| XYZ | 59.72 | 79.11 | 19.14 | - |
| YUV | 214.49 | 50.41 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 77 | 0.16 | 0 | 0.69 | 0.04 | 73.57 | 0.89 | 0.63 |
| Hex | CF | F5 | 4D | 10 | 0 | 45 | 4 | 4A | 59 | 3F |
| Octal | 317 | 365 | 115 | 20 | 0 | 105 | 4 | 112 | 131 | 77 |
| Binary | 11001111 | 11110101 | 1001101 | 10000 | 0 | 1000101 | 100 | 1001010 | 1011001 | 111111 |
Color Harmonies of #CFF54D
Complementary color
Monochromatic Colors of #CFF54D
Black with #CFF54D
Text Example
Text Example
White with #CFF54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF54D; }
p { color: rgb(207,245,77); }
H1.HeaderClassName
{
color: #CFF54D;
}
.AnyTagClassName
{
color: #CFF54D;
}
</style>
background-color css
<style>
a { background-color: #CFF54D; }
a { background-color: rgb(207,245,77); }
div.DivClassName
{
background-color: #CFF54D;
}
.BgClassName
{
background-color: #CFF54D;
}
</style>
border-color css
<style>
span { border-color: #CFF54D; }
span { border-color: rgb(207,245,77); }
td.TdClassName
{
border-color: #CFF54D;
}
.TagClassName
{
border-color: #CFF54D;
}
</style>