Shades of Pear #CFF94A
Tints of Pear #CFF94A
RGB
CMYK
RGB Variations
Color information
#CFF94A (or 0xCFF94A) is known color: Pear. HEX triplet: CF, F9 and 4A. RGB value is (207,249,74). Sum of RGB (Red+Green+Blue) = 207+249+74=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF94A is #3006B5. Grayscale: #D9D9D9. Windows color (decimal): -3147446 or 4913615. OLE color: 4913615.
HSL color Cylindrical-coordinate representation of color #CFF94A: hue angle of 74.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFF94A is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 74 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.02 |
| HSL | 74.4º | 0.94% | 0.63% | - |
| HSV(B) | 74.4º | 0.7% | 0.98% | - |
| XYZ | 60.84 | 81.51 | 19 | - |
| YUV | 216.49 | 47.59 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 74 | 0.17 | 0 | 0.70 | 0.02 | 74.4 | 0.94 | 0.63 |
| Hex | CF | F9 | 4A | 11 | 0 | 46 | 2 | 4A | 5E | 3F |
| Octal | 317 | 371 | 112 | 21 | 0 | 106 | 2 | 112 | 136 | 77 |
| Binary | 11001111 | 11111001 | 1001010 | 10001 | 0 | 1000110 | 10 | 1001010 | 1011110 | 111111 |
Color Harmonies of #CFF94A
Complementary color
Monochromatic Colors of #CFF94A
Black with #CFF94A
Text Example
Text Example
White with #CFF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF94A; }
p { color: rgb(207,249,74); }
H1.HeaderClassName
{
color: #CFF94A;
}
.AnyTagClassName
{
color: #CFF94A;
}
</style>
background-color css
<style>
a { background-color: #CFF94A; }
a { background-color: rgb(207,249,74); }
div.DivClassName
{
background-color: #CFF94A;
}
.BgClassName
{
background-color: #CFF94A;
}
</style>
border-color css
<style>
span { border-color: #CFF94A; }
span { border-color: rgb(207,249,74); }
td.TdClassName
{
border-color: #CFF94A;
}
.TagClassName
{
border-color: #CFF94A;
}
</style>