Shades of Pear #CFF53A
Tints of Pear #CFF53A
RGB
CMYK
RGB Variations
Color information
#CFF53A (or 0xCFF53A) is known color: Pear. HEX triplet: CF, F5 and 3A. RGB value is (207,245,58). Sum of RGB (Red+Green+Blue) = 207+245+58=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 58 (23.05% from 255 or 11.37% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF53A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF53A is #300AC5. Grayscale: #D5D5D5. Windows color (decimal): -3148486 or 3864015. OLE color: 3864015.
HSL color Cylindrical-coordinate representation of color #CFF53A: hue angle of 72.19º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFF53A is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 58 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.04 |
| HSL | 72.19º | 0.9% | 0.59% | - |
| HSV(B) | 72.19º | 0.76% | 0.96% | - |
| XYZ | 59.15 | 78.88 | 16.11 | - |
| YUV | 212.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 58 | 0.16 | 0 | 0.76 | 0.04 | 72.19 | 0.9 | 0.59 |
| Hex | CF | F5 | 3A | 10 | 0 | 4C | 4 | 48 | 5A | 3B |
| Octal | 317 | 365 | 72 | 20 | 0 | 114 | 4 | 110 | 132 | 73 |
| Binary | 11001111 | 11110101 | 111010 | 10000 | 0 | 1001100 | 100 | 1001000 | 1011010 | 111011 |
Color Harmonies of #CFF53A
Complementary color
Monochromatic Colors of #CFF53A
Black with #CFF53A
Text Example
Text Example
White with #CFF53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF53A; }
p { color: rgb(207,245,58); }
H1.HeaderClassName
{
color: #CFF53A;
}
.AnyTagClassName
{
color: #CFF53A;
}
</style>
background-color css
<style>
a { background-color: #CFF53A; }
a { background-color: rgb(207,245,58); }
div.DivClassName
{
background-color: #CFF53A;
}
.BgClassName
{
background-color: #CFF53A;
}
</style>
border-color css
<style>
span { border-color: #CFF53A; }
span { border-color: rgb(207,245,58); }
td.TdClassName
{
border-color: #CFF53A;
}
.TagClassName
{
border-color: #CFF53A;
}
</style>