Shades of Pear #CFF52E
Tints of Pear #CFF52E
RGB
CMYK
RGB Variations
Color information
#CFF52E (or 0xCFF52E) is known color: Pear. HEX triplet: CF, F5 and 2E. RGB value is (207,245,46). Sum of RGB (Red+Green+Blue) = 207+245+46=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 46 (18.36% from 255 or 9.24% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF52E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF52E is #300AD1. Grayscale: #D3D3D3. Windows color (decimal): -3148498 or 3077583. OLE color: 3077583.
HSL color Cylindrical-coordinate representation of color #CFF52E: hue angle of 71.46º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFF52E is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 46 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.04 |
| HSL | 71.46º | 0.91% | 0.57% | - |
| HSV(B) | 71.46º | 0.81% | 0.96% | - |
| XYZ | 58.88 | 78.77 | 14.69 | - |
| YUV | 210.95 | 34.91 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 46 | 0.16 | 0 | 0.81 | 0.04 | 71.46 | 0.91 | 0.57 |
| Hex | CF | F5 | 2E | 10 | 0 | 51 | 4 | 47 | 5B | 39 |
| Octal | 317 | 365 | 56 | 20 | 0 | 121 | 4 | 107 | 133 | 71 |
| Binary | 11001111 | 11110101 | 101110 | 10000 | 0 | 1010001 | 100 | 1000111 | 1011011 | 111001 |
Color Harmonies of #CFF52E
Complementary color
Monochromatic Colors of #CFF52E
Black with #CFF52E
Text Example
Text Example
White with #CFF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF52E; }
p { color: rgb(207,245,46); }
H1.HeaderClassName
{
color: #CFF52E;
}
.AnyTagClassName
{
color: #CFF52E;
}
</style>
background-color css
<style>
a { background-color: #CFF52E; }
a { background-color: rgb(207,245,46); }
div.DivClassName
{
background-color: #CFF52E;
}
.BgClassName
{
background-color: #CFF52E;
}
</style>
border-color css
<style>
span { border-color: #CFF52E; }
span { border-color: rgb(207,245,46); }
td.TdClassName
{
border-color: #CFF52E;
}
.TagClassName
{
border-color: #CFF52E;
}
</style>