Shades of Pear #CFFE29
Tints of Pear #CFFE29
RGB
CMYK
RGB Variations
Color information
#CFFE29 (or 0xCFFE29) is known color: Pear. HEX triplet: CF, FE and 29. RGB value is (207,254,41). Sum of RGB (Red+Green+Blue) = 207+254+41=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 41 (16.41% from 255 or 8.17% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE29 is #3001D6. Grayscale: #D8D8D8. Windows color (decimal): -3146199 or 2752207. OLE color: 2752207.
HSL color Cylindrical-coordinate representation of color #CFFE29: hue angle of 73.24º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFFE29 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 41 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.00 |
| HSL | 73.24º | 0.99% | 0.58% | - |
| HSV(B) | 73.24º | 0.84% | 1% | - |
| XYZ | 61.57 | 84.31 | 15.13 | - |
| YUV | 215.67 | 29.43 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 41 | 0.19 | 0 | 0.84 | 0.00 | 73.24 | 0.99 | 0.58 |
| Hex | CF | FE | 29 | 13 | 0 | 54 | 0 | 49 | 63 | 3A |
| Octal | 317 | 376 | 51 | 23 | 0 | 124 | 0 | 111 | 143 | 72 |
| Binary | 11001111 | 11111110 | 101001 | 10011 | 0 | 1010100 | 0 | 1001001 | 1100011 | 111010 |
Color Harmonies of #CFFE29
Complementary color
Monochromatic Colors of #CFFE29
Black with #CFFE29
Text Example
Text Example
White with #CFFE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE29; }
p { color: rgb(207,254,41); }
H1.HeaderClassName
{
color: #CFFE29;
}
.AnyTagClassName
{
color: #CFFE29;
}
</style>
background-color css
<style>
a { background-color: #CFFE29; }
a { background-color: rgb(207,254,41); }
div.DivClassName
{
background-color: #CFFE29;
}
.BgClassName
{
background-color: #CFFE29;
}
</style>
border-color css
<style>
span { border-color: #CFFE29; }
span { border-color: rgb(207,254,41); }
td.TdClassName
{
border-color: #CFFE29;
}
.TagClassName
{
border-color: #CFFE29;
}
</style>