Shades of Pear #CFFE2C
Tints of Pear #CFFE2C
RGB
CMYK
RGB Variations
Color information
#CFFE2C (or 0xCFFE2C) is known color: Pear. HEX triplet: CF, FE and 2C. RGB value is (207,254,44). Sum of RGB (Red+Green+Blue) = 207+254+44=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 44 (17.58% from 255 or 8.71% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE2C is #3001D3. Grayscale: #D8D8D8. Windows color (decimal): -3146196 or 2948815. OLE color: 2948815.
HSL color Cylindrical-coordinate representation of color #CFFE2C: hue angle of 73.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFFE2C is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 44 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.00 |
| HSL | 73.43º | 0.99% | 0.58% | - |
| HSV(B) | 73.43º | 0.83% | 1% | - |
| XYZ | 61.63 | 84.33 | 15.41 | - |
| YUV | 216.01 | 30.93 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 44 | 0.19 | 0 | 0.83 | 0.00 | 73.43 | 0.99 | 0.58 |
| Hex | CF | FE | 2C | 13 | 0 | 53 | 0 | 49 | 63 | 3A |
| Octal | 317 | 376 | 54 | 23 | 0 | 123 | 0 | 111 | 143 | 72 |
| Binary | 11001111 | 11111110 | 101100 | 10011 | 0 | 1010011 | 0 | 1001001 | 1100011 | 111010 |
Color Harmonies of #CFFE2C
Complementary color
Monochromatic Colors of #CFFE2C
Black with #CFFE2C
Text Example
Text Example
White with #CFFE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE2C; }
p { color: rgb(207,254,44); }
H1.HeaderClassName
{
color: #CFFE2C;
}
.AnyTagClassName
{
color: #CFFE2C;
}
</style>
background-color css
<style>
a { background-color: #CFFE2C; }
a { background-color: rgb(207,254,44); }
div.DivClassName
{
background-color: #CFFE2C;
}
.BgClassName
{
background-color: #CFFE2C;
}
</style>
border-color css
<style>
span { border-color: #CFFE2C; }
span { border-color: rgb(207,254,44); }
td.TdClassName
{
border-color: #CFFE2C;
}
.TagClassName
{
border-color: #CFFE2C;
}
</style>