Shades of Pear #CFF53C
Tints of Pear #CFF53C
RGB
CMYK
RGB Variations
Color information
#CFF53C (or 0xCFF53C) is known color: Pear. HEX triplet: CF, F5 and 3C. RGB value is (207,245,60). Sum of RGB (Red+Green+Blue) = 207+245+60=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF53C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF53C is #300AC3. Grayscale: #D5D5D5. Windows color (decimal): -3148484 or 3995087. OLE color: 3995087.
HSL color Cylindrical-coordinate representation of color #CFF53C: hue angle of 72.32º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFF53C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 60 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.04 |
| HSL | 72.32º | 0.9% | 0.6% | - |
| HSV(B) | 72.32º | 0.76% | 0.96% | - |
| XYZ | 59.2 | 78.9 | 16.38 | - |
| YUV | 212.55 | 41.91 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 60 | 0.16 | 0 | 0.76 | 0.04 | 72.32 | 0.9 | 0.6 |
| Hex | CF | F5 | 3C | 10 | 0 | 4C | 4 | 48 | 5A | 3C |
| Octal | 317 | 365 | 74 | 20 | 0 | 114 | 4 | 110 | 132 | 74 |
| Binary | 11001111 | 11110101 | 111100 | 10000 | 0 | 1001100 | 100 | 1001000 | 1011010 | 111100 |
Color Harmonies of #CFF53C
Complementary color
Monochromatic Colors of #CFF53C
Black with #CFF53C
Text Example
Text Example
White with #CFF53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF53C; }
p { color: rgb(207,245,60); }
H1.HeaderClassName
{
color: #CFF53C;
}
.AnyTagClassName
{
color: #CFF53C;
}
</style>
background-color css
<style>
a { background-color: #CFF53C; }
a { background-color: rgb(207,245,60); }
div.DivClassName
{
background-color: #CFF53C;
}
.BgClassName
{
background-color: #CFF53C;
}
</style>
border-color css
<style>
span { border-color: #CFF53C; }
span { border-color: rgb(207,245,60); }
td.TdClassName
{
border-color: #CFF53C;
}
.TagClassName
{
border-color: #CFF53C;
}
</style>