Shades of Pear #CFF54C
Tints of Pear #CFF54C
RGB
CMYK
RGB Variations
Color information
#CFF54C (or 0xCFF54C) is known color: Pear. HEX triplet: CF, F5 and 4C. RGB value is (207,245,76). Sum of RGB (Red+Green+Blue) = 207+245+76=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 76 (30.08% from 255 or 14.39% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF54C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF54C is #300AB3. Grayscale: #D7D7D7. Windows color (decimal): -3148468 or 5043663. OLE color: 5043663.
HSL color Cylindrical-coordinate representation of color #CFF54C: hue angle of 73.49º 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 #CFF54C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 76 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.04 |
| HSL | 73.49º | 0.89% | 0.63% | - |
| HSV(B) | 73.49º | 0.69% | 0.96% | - |
| XYZ | 59.69 | 79.09 | 18.96 | - |
| YUV | 214.37 | 49.91 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 76 | 0.16 | 0 | 0.69 | 0.04 | 73.49 | 0.89 | 0.63 |
| Hex | CF | F5 | 4C | 10 | 0 | 45 | 4 | 49 | 59 | 3F |
| Octal | 317 | 365 | 114 | 20 | 0 | 105 | 4 | 111 | 131 | 77 |
| Binary | 11001111 | 11110101 | 1001100 | 10000 | 0 | 1000101 | 100 | 1001001 | 1011001 | 111111 |
Color Harmonies of #CFF54C
Complementary color
Monochromatic Colors of #CFF54C
Black with #CFF54C
Text Example
Text Example
White with #CFF54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF54C; }
p { color: rgb(207,245,76); }
H1.HeaderClassName
{
color: #CFF54C;
}
.AnyTagClassName
{
color: #CFF54C;
}
</style>
background-color css
<style>
a { background-color: #CFF54C; }
a { background-color: rgb(207,245,76); }
div.DivClassName
{
background-color: #CFF54C;
}
.BgClassName
{
background-color: #CFF54C;
}
</style>
border-color css
<style>
span { border-color: #CFF54C; }
span { border-color: rgb(207,245,76); }
td.TdClassName
{
border-color: #CFF54C;
}
.TagClassName
{
border-color: #CFF54C;
}
</style>