Shades of Pear #CFFA2C
Tints of Pear #CFFA2C
RGB
CMYK
RGB Variations
Color information
#CFFA2C (or 0xCFFA2C) is known color: Pear. HEX triplet: CF, FA and 2C. RGB value is (207,250,44). Sum of RGB (Red+Green+Blue) = 207+250+44=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 44 (17.58% from 255 or 8.78% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA2C is #3005D3. Grayscale: #D6D6D6. Windows color (decimal): -3147220 or 2947791. OLE color: 2947791.
HSL color Cylindrical-coordinate representation of color #CFFA2C: hue angle of 72.52º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFFA2C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 44 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.02 |
| HSL | 72.52º | 0.95% | 0.58% | - |
| HSV(B) | 72.52º | 0.82% | 0.98% | - |
| XYZ | 60.37 | 81.82 | 14.99 | - |
| YUV | 213.66 | 32.25 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 44 | 0.17 | 0 | 0.82 | 0.02 | 72.52 | 0.95 | 0.58 |
| Hex | CF | FA | 2C | 11 | 0 | 52 | 2 | 49 | 5F | 3A |
| Octal | 317 | 372 | 54 | 21 | 0 | 122 | 2 | 111 | 137 | 72 |
| Binary | 11001111 | 11111010 | 101100 | 10001 | 0 | 1010010 | 10 | 1001001 | 1011111 | 111010 |
Color Harmonies of #CFFA2C
Complementary color
Monochromatic Colors of #CFFA2C
Black with #CFFA2C
Text Example
Text Example
White with #CFFA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA2C; }
p { color: rgb(207,250,44); }
H1.HeaderClassName
{
color: #CFFA2C;
}
.AnyTagClassName
{
color: #CFFA2C;
}
</style>
background-color css
<style>
a { background-color: #CFFA2C; }
a { background-color: rgb(207,250,44); }
div.DivClassName
{
background-color: #CFFA2C;
}
.BgClassName
{
background-color: #CFFA2C;
}
</style>
border-color css
<style>
span { border-color: #CFFA2C; }
span { border-color: rgb(207,250,44); }
td.TdClassName
{
border-color: #CFFA2C;
}
.TagClassName
{
border-color: #CFFA2C;
}
</style>