Shades of Pear #CFFB2C
Tints of Pear #CFFB2C
RGB
CMYK
RGB Variations
Color information
#CFFB2C (or 0xCFFB2C) is known color: Pear. HEX triplet: CF, FB and 2C. RGB value is (207,251,44). Sum of RGB (Red+Green+Blue) = 207+251+44=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFB2C is #3004D3. Grayscale: #D7D7D7. Windows color (decimal): -3146964 or 2948047. OLE color: 2948047.
HSL color Cylindrical-coordinate representation of color #CFFB2C: hue angle of 72.75º degrees, saturation: 0.96, 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 #CFFB2C is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 251 | 44 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.02 |
| HSL | 72.75º | 0.96% | 0.58% | - |
| HSV(B) | 72.75º | 0.82% | 0.98% | - |
| XYZ | 60.68 | 82.44 | 15.1 | - |
| YUV | 214.25 | 31.92 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 251 | 44 | 0.18 | 0 | 0.82 | 0.02 | 72.75 | 0.96 | 0.58 |
| Hex | CF | FB | 2C | 12 | 0 | 52 | 2 | 49 | 60 | 3A |
| Octal | 317 | 373 | 54 | 22 | 0 | 122 | 2 | 111 | 140 | 72 |
| Binary | 11001111 | 11111011 | 101100 | 10010 | 0 | 1010010 | 10 | 1001001 | 1100000 | 111010 |
Color Harmonies of #CFFB2C
Complementary color
Monochromatic Colors of #CFFB2C
Black with #CFFB2C
Text Example
Text Example
White with #CFFB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFB2C; }
p { color: rgb(207,251,44); }
H1.HeaderClassName
{
color: #CFFB2C;
}
.AnyTagClassName
{
color: #CFFB2C;
}
</style>
background-color css
<style>
a { background-color: #CFFB2C; }
a { background-color: rgb(207,251,44); }
div.DivClassName
{
background-color: #CFFB2C;
}
.BgClassName
{
background-color: #CFFB2C;
}
</style>
border-color css
<style>
span { border-color: #CFFB2C; }
span { border-color: rgb(207,251,44); }
td.TdClassName
{
border-color: #CFFB2C;
}
.TagClassName
{
border-color: #CFFB2C;
}
</style>