Shades of Pear #CFFF2C
Tints of Pear #CFFF2C
RGB
CMYK
RGB Variations
Color information
#CFFF2C (or 0xCFFF2C) is known color: Pear. HEX triplet: CF, FF and 2C. RGB value is (207,255,44). Sum of RGB (Red+Green+Blue) = 207+255+44=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 44 (17.58% from 255 or 8.70% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFF2C is #3000D3. Grayscale: #D9D9D9. Windows color (decimal): -3145940 or 2949071. OLE color: 2949071.
HSL color Cylindrical-coordinate representation of color #CFFF2C: hue angle of 73.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFFF2C is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 44 | - |
| CMYK | 0.19 | 0 | 0.83 | 0 |
| HSL | 73.65º | 1% | 0.59% | - |
| HSV(B) | 73.65º | 0.83% | 1% | - |
| XYZ | 61.95 | 84.97 | 15.52 | - |
| YUV | 216.59 | 30.6 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 44 | 0.19 | 0 | 0.83 | 0 | 73.65 | 1 | 0.59 |
| Hex | CF | FF | 2C | 13 | 0 | 53 | 0 | 4A | 64 | 3B |
| Octal | 317 | 377 | 54 | 23 | 0 | 123 | 0 | 112 | 144 | 73 |
| Binary | 11001111 | 11111111 | 101100 | 10011 | 0 | 1010011 | 0 | 1001010 | 1100100 | 111011 |
Color Harmonies of #CFFF2C
Complementary color
Monochromatic Colors of #CFFF2C
Black with #CFFF2C
Text Example
Text Example
White with #CFFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF2C; }
p { color: rgb(207,255,44); }
H1.HeaderClassName
{
color: #CFFF2C;
}
.AnyTagClassName
{
color: #CFFF2C;
}
</style>
background-color css
<style>
a { background-color: #CFFF2C; }
a { background-color: rgb(207,255,44); }
div.DivClassName
{
background-color: #CFFF2C;
}
.BgClassName
{
background-color: #CFFF2C;
}
</style>
border-color css
<style>
span { border-color: #CFFF2C; }
span { border-color: rgb(207,255,44); }
td.TdClassName
{
border-color: #CFFF2C;
}
.TagClassName
{
border-color: #CFFF2C;
}
</style>