Shades of Pear #CFF52F
Tints of Pear #CFF52F
RGB
CMYK
RGB Variations
Color information
#CFF52F (or 0xCFF52F) is known color: Pear. HEX triplet: CF, F5 and 2F. RGB value is (207,245,47). Sum of RGB (Red+Green+Blue) = 207+245+47=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 47 (18.75% from 255 or 9.42% from 499); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF52F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF52F is #300AD0. Grayscale: #D3D3D3. Windows color (decimal): -3148497 or 3143119. OLE color: 3143119.
HSL color Cylindrical-coordinate representation of color #CFF52F: hue angle of 71.52º 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 #CFF52F is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 47 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.04 |
| HSL | 71.52º | 0.91% | 0.57% | - |
| HSV(B) | 71.52º | 0.81% | 0.96% | - |
| XYZ | 58.9 | 78.78 | 14.79 | - |
| YUV | 211.07 | 35.41 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 47 | 0.16 | 0 | 0.81 | 0.04 | 71.52 | 0.91 | 0.57 |
| Hex | CF | F5 | 2F | 10 | 0 | 51 | 4 | 48 | 5B | 39 |
| Octal | 317 | 365 | 57 | 20 | 0 | 121 | 4 | 110 | 133 | 71 |
| Binary | 11001111 | 11110101 | 101111 | 10000 | 0 | 1010001 | 100 | 1001000 | 1011011 | 111001 |
Color Harmonies of #CFF52F
Complementary color
Monochromatic Colors of #CFF52F
Black with #CFF52F
Text Example
Text Example
White with #CFF52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF52F; }
p { color: rgb(207,245,47); }
H1.HeaderClassName
{
color: #CFF52F;
}
.AnyTagClassName
{
color: #CFF52F;
}
</style>
background-color css
<style>
a { background-color: #CFF52F; }
a { background-color: rgb(207,245,47); }
div.DivClassName
{
background-color: #CFF52F;
}
.BgClassName
{
background-color: #CFF52F;
}
</style>
border-color css
<style>
span { border-color: #CFF52F; }
span { border-color: rgb(207,245,47); }
td.TdClassName
{
border-color: #CFF52F;
}
.TagClassName
{
border-color: #CFF52F;
}
</style>