Shades of Pear #CFFD2C
Tints of Pear #CFFD2C
RGB
CMYK
RGB Variations
Color information
#CFFD2C (or 0xCFFD2C) is known color: Pear. HEX triplet: CF, FD and 2C. RGB value is (207,253,44). Sum of RGB (Red+Green+Blue) = 207+253+44=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 44 (17.58% from 255 or 8.73% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFD2C is #3002D3. Grayscale: #D8D8D8. Windows color (decimal): -3146452 or 2948559. OLE color: 2948559.
HSL color Cylindrical-coordinate representation of color #CFFD2C: hue angle of 73.21º degrees, saturation: 0.98, 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 #CFFD2C is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 44 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.01 |
| HSL | 73.21º | 0.98% | 0.58% | - |
| HSV(B) | 73.21º | 0.83% | 0.99% | - |
| XYZ | 61.31 | 83.7 | 15.31 | - |
| YUV | 215.42 | 31.26 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 44 | 0.18 | 0 | 0.83 | 0.01 | 73.21 | 0.98 | 0.58 |
| Hex | CF | FD | 2C | 12 | 0 | 53 | 1 | 49 | 62 | 3A |
| Octal | 317 | 375 | 54 | 22 | 0 | 123 | 1 | 111 | 142 | 72 |
| Binary | 11001111 | 11111101 | 101100 | 10010 | 0 | 1010011 | 1 | 1001001 | 1100010 | 111010 |
Color Harmonies of #CFFD2C
Complementary color
Monochromatic Colors of #CFFD2C
Black with #CFFD2C
Text Example
Text Example
White with #CFFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD2C; }
p { color: rgb(207,253,44); }
H1.HeaderClassName
{
color: #CFFD2C;
}
.AnyTagClassName
{
color: #CFFD2C;
}
</style>
background-color css
<style>
a { background-color: #CFFD2C; }
a { background-color: rgb(207,253,44); }
div.DivClassName
{
background-color: #CFFD2C;
}
.BgClassName
{
background-color: #CFFD2C;
}
</style>
border-color css
<style>
span { border-color: #CFFD2C; }
span { border-color: rgb(207,253,44); }
td.TdClassName
{
border-color: #CFFD2C;
}
.TagClassName
{
border-color: #CFFD2C;
}
</style>