Shades of Pear #CFF64C
Tints of Pear #CFF64C
RGB
CMYK
RGB Variations
Color information
#CFF64C (or 0xCFF64C) is known color: Pear. HEX triplet: CF, F6 and 4C. RGB value is (207,246,76). Sum of RGB (Red+Green+Blue) = 207+246+76=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF64C is #3009B3. Grayscale: #D7D7D7. Windows color (decimal): -3148212 or 5043919. OLE color: 5043919.
HSL color Cylindrical-coordinate representation of color #CFF64C: hue angle of 73.76º degrees, saturation: 0.9, 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 #CFF64C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 76 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.04 |
| HSL | 73.76º | 0.9% | 0.63% | - |
| HSV(B) | 73.76º | 0.69% | 0.96% | - |
| XYZ | 59.99 | 79.7 | 19.06 | - |
| YUV | 214.96 | 49.58 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 76 | 0.16 | 0 | 0.69 | 0.04 | 73.76 | 0.9 | 0.63 |
| Hex | CF | F6 | 4C | 10 | 0 | 45 | 4 | 4A | 5A | 3F |
| Octal | 317 | 366 | 114 | 20 | 0 | 105 | 4 | 112 | 132 | 77 |
| Binary | 11001111 | 11110110 | 1001100 | 10000 | 0 | 1000101 | 100 | 1001010 | 1011010 | 111111 |
Color Harmonies of #CFF64C
Complementary color
Monochromatic Colors of #CFF64C
Black with #CFF64C
Text Example
Text Example
White with #CFF64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF64C; }
p { color: rgb(207,246,76); }
H1.HeaderClassName
{
color: #CFF64C;
}
.AnyTagClassName
{
color: #CFF64C;
}
</style>
background-color css
<style>
a { background-color: #CFF64C; }
a { background-color: rgb(207,246,76); }
div.DivClassName
{
background-color: #CFF64C;
}
.BgClassName
{
background-color: #CFF64C;
}
</style>
border-color css
<style>
span { border-color: #CFF64C; }
span { border-color: rgb(207,246,76); }
td.TdClassName
{
border-color: #CFF64C;
}
.TagClassName
{
border-color: #CFF64C;
}
</style>