Shades of Pear #CFFC2A
Tints of Pear #CFFC2A
RGB
CMYK
RGB Variations
Color information
#CFFC2A (or 0xCFFC2A) is known color: Pear. HEX triplet: CF, FC and 2A. RGB value is (207,252,42). Sum of RGB (Red+Green+Blue) = 207+252+42=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC2A is #3003D5. Grayscale: #D7D7D7. Windows color (decimal): -3146710 or 2817231. OLE color: 2817231.
HSL color Cylindrical-coordinate representation of color #CFFC2A: hue angle of 72.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFFC2A is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 42 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.01 |
| HSL | 72.86º | 0.97% | 0.58% | - |
| HSV(B) | 72.86º | 0.83% | 0.99% | - |
| XYZ | 60.96 | 83.05 | 15.01 | - |
| YUV | 214.61 | 30.59 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 42 | 0.18 | 0 | 0.83 | 0.01 | 72.86 | 0.97 | 0.58 |
| Hex | CF | FC | 2A | 12 | 0 | 53 | 1 | 49 | 61 | 3A |
| Octal | 317 | 374 | 52 | 22 | 0 | 123 | 1 | 111 | 141 | 72 |
| Binary | 11001111 | 11111100 | 101010 | 10010 | 0 | 1010011 | 1 | 1001001 | 1100001 | 111010 |
Color Harmonies of #CFFC2A
Complementary color
Monochromatic Colors of #CFFC2A
Black with #CFFC2A
Text Example
Text Example
White with #CFFC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC2A; }
p { color: rgb(207,252,42); }
H1.HeaderClassName
{
color: #CFFC2A;
}
.AnyTagClassName
{
color: #CFFC2A;
}
</style>
background-color css
<style>
a { background-color: #CFFC2A; }
a { background-color: rgb(207,252,42); }
div.DivClassName
{
background-color: #CFFC2A;
}
.BgClassName
{
background-color: #CFFC2A;
}
</style>
border-color css
<style>
span { border-color: #CFFC2A; }
span { border-color: rgb(207,252,42); }
td.TdClassName
{
border-color: #CFFC2A;
}
.TagClassName
{
border-color: #CFFC2A;
}
</style>