Shades of Pear #CFF74C
Tints of Pear #CFF74C
RGB
CMYK
RGB Variations
Color information
#CFF74C (or 0xCFF74C) is known color: Pear. HEX triplet: CF, F7 and 4C. RGB value is (207,247,76). Sum of RGB (Red+Green+Blue) = 207+247+76=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF74C is #3008B3. Grayscale: #D8D8D8. Windows color (decimal): -3147956 or 5044175. OLE color: 5044175.
HSL color Cylindrical-coordinate representation of color #CFF74C: hue angle of 74.04º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFF74C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 76 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.03 |
| HSL | 74.04º | 0.91% | 0.63% | - |
| HSV(B) | 74.04º | 0.69% | 0.97% | - |
| XYZ | 60.3 | 80.31 | 19.16 | - |
| YUV | 215.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 76 | 0.16 | 0 | 0.69 | 0.03 | 74.04 | 0.91 | 0.63 |
| Hex | CF | F7 | 4C | 10 | 0 | 45 | 3 | 4A | 5B | 3F |
| Octal | 317 | 367 | 114 | 20 | 0 | 105 | 3 | 112 | 133 | 77 |
| Binary | 11001111 | 11110111 | 1001100 | 10000 | 0 | 1000101 | 11 | 1001010 | 1011011 | 111111 |
Color Harmonies of #CFF74C
Complementary color
Monochromatic Colors of #CFF74C
Black with #CFF74C
Text Example
Text Example
White with #CFF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF74C; }
p { color: rgb(207,247,76); }
H1.HeaderClassName
{
color: #CFF74C;
}
.AnyTagClassName
{
color: #CFF74C;
}
</style>
background-color css
<style>
a { background-color: #CFF74C; }
a { background-color: rgb(207,247,76); }
div.DivClassName
{
background-color: #CFF74C;
}
.BgClassName
{
background-color: #CFF74C;
}
</style>
border-color css
<style>
span { border-color: #CFF74C; }
span { border-color: rgb(207,247,76); }
td.TdClassName
{
border-color: #CFF74C;
}
.TagClassName
{
border-color: #CFF74C;
}
</style>