Shades of Pear #CFFF4C
Tints of Pear #CFFF4C
RGB
CMYK
RGB Variations
Color information
#CFFF4C (or 0xCFFF4C) is known color: Pear. HEX triplet: CF, FF and 4C. RGB value is (207,255,76). Sum of RGB (Red+Green+Blue) = 207+255+76=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFF4C is #3000B3. Grayscale: #DCDCDC. Windows color (decimal): -3145908 or 5046223. OLE color: 5046223.
HSL color Cylindrical-coordinate representation of color #CFFF4C: hue angle of 76.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFFF4C is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 76 | - |
| CMYK | 0.19 | 0 | 0.70 | 0 |
| HSL | 76.09º | 1% | 0.65% | - |
| HSV(B) | 76.09º | 0.7% | 1% | - |
| XYZ | 62.8 | 85.31 | 19.99 | - |
| YUV | 220.24 | 46.6 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 76 | 0.19 | 0 | 0.70 | 0 | 76.09 | 1 | 0.65 |
| Hex | CF | FF | 4C | 13 | 0 | 46 | 0 | 4C | 64 | 41 |
| Octal | 317 | 377 | 114 | 23 | 0 | 106 | 0 | 114 | 144 | 101 |
| Binary | 11001111 | 11111111 | 1001100 | 10011 | 0 | 1000110 | 0 | 1001100 | 1100100 | 1000001 |
Color Harmonies of #CFFF4C
Complementary color
Monochromatic Colors of #CFFF4C
Black with #CFFF4C
Text Example
Text Example
White with #CFFF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF4C; }
p { color: rgb(207,255,76); }
H1.HeaderClassName
{
color: #CFFF4C;
}
.AnyTagClassName
{
color: #CFFF4C;
}
</style>
background-color css
<style>
a { background-color: #CFFF4C; }
a { background-color: rgb(207,255,76); }
div.DivClassName
{
background-color: #CFFF4C;
}
.BgClassName
{
background-color: #CFFF4C;
}
</style>
border-color css
<style>
span { border-color: #CFFF4C; }
span { border-color: rgb(207,255,76); }
td.TdClassName
{
border-color: #CFFF4C;
}
.TagClassName
{
border-color: #CFFF4C;
}
</style>