Shades of Pear #CFFE2D
Tints of Pear #CFFE2D
RGB
CMYK
RGB Variations
Color information
#CFFE2D (or 0xCFFE2D) is known color: Pear. HEX triplet: CF, FE and 2D. RGB value is (207,254,45). Sum of RGB (Red+Green+Blue) = 207+254+45=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE2D is #3001D2. Grayscale: #D8D8D8. Windows color (decimal): -3146195 or 3014351. OLE color: 3014351.
HSL color Cylindrical-coordinate representation of color #CFFE2D: hue angle of 73.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFFE2D is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 45 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.00 |
| HSL | 73.49º | 0.99% | 0.59% | - |
| HSV(B) | 73.49º | 0.82% | 1% | - |
| XYZ | 61.65 | 84.34 | 15.51 | - |
| YUV | 216.12 | 31.43 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 45 | 0.19 | 0 | 0.82 | 0.00 | 73.49 | 0.99 | 0.59 |
| Hex | CF | FE | 2D | 13 | 0 | 52 | 0 | 49 | 63 | 3B |
| Octal | 317 | 376 | 55 | 23 | 0 | 122 | 0 | 111 | 143 | 73 |
| Binary | 11001111 | 11111110 | 101101 | 10011 | 0 | 1010010 | 0 | 1001001 | 1100011 | 111011 |
Color Harmonies of #CFFE2D
Complementary color
Monochromatic Colors of #CFFE2D
Black with #CFFE2D
Text Example
Text Example
White with #CFFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE2D; }
p { color: rgb(207,254,45); }
H1.HeaderClassName
{
color: #CFFE2D;
}
.AnyTagClassName
{
color: #CFFE2D;
}
</style>
background-color css
<style>
a { background-color: #CFFE2D; }
a { background-color: rgb(207,254,45); }
div.DivClassName
{
background-color: #CFFE2D;
}
.BgClassName
{
background-color: #CFFE2D;
}
</style>
border-color css
<style>
span { border-color: #CFFE2D; }
span { border-color: rgb(207,254,45); }
td.TdClassName
{
border-color: #CFFE2D;
}
.TagClassName
{
border-color: #CFFE2D;
}
</style>