Shades of Pear #CFFC3C
Tints of Pear #CFFC3C
RGB
CMYK
RGB Variations
Color information
#CFFC3C (or 0xCFFC3C) is known color: Pear. HEX triplet: CF, FC and 3C. RGB value is (207,252,60). Sum of RGB (Red+Green+Blue) = 207+252+60=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 60 (23.83% from 255 or 11.56% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC3C is #3003C3. Grayscale: #D9D9D9. Windows color (decimal): -3146692 or 3996879. OLE color: 3996879.
HSL color Cylindrical-coordinate representation of color #CFFC3C: hue angle of 74.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFFC3C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 60 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.01 |
| HSL | 74.06º | 0.97% | 0.61% | - |
| HSV(B) | 74.06º | 0.76% | 0.99% | - |
| XYZ | 61.36 | 83.21 | 17.1 | - |
| YUV | 216.66 | 39.59 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 60 | 0.18 | 0 | 0.76 | 0.01 | 74.06 | 0.97 | 0.61 |
| Hex | CF | FC | 3C | 12 | 0 | 4C | 1 | 4A | 61 | 3D |
| Octal | 317 | 374 | 74 | 22 | 0 | 114 | 1 | 112 | 141 | 75 |
| Binary | 11001111 | 11111100 | 111100 | 10010 | 0 | 1001100 | 1 | 1001010 | 1100001 | 111101 |
Color Harmonies of #CFFC3C
Complementary color
Monochromatic Colors of #CFFC3C
Black with #CFFC3C
Text Example
Text Example
White with #CFFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC3C; }
p { color: rgb(207,252,60); }
H1.HeaderClassName
{
color: #CFFC3C;
}
.AnyTagClassName
{
color: #CFFC3C;
}
</style>
background-color css
<style>
a { background-color: #CFFC3C; }
a { background-color: rgb(207,252,60); }
div.DivClassName
{
background-color: #CFFC3C;
}
.BgClassName
{
background-color: #CFFC3C;
}
</style>
border-color css
<style>
span { border-color: #CFFC3C; }
span { border-color: rgb(207,252,60); }
td.TdClassName
{
border-color: #CFFC3C;
}
.TagClassName
{
border-color: #CFFC3C;
}
</style>