Shades of Pear #CFFE43
Tints of Pear #CFFE43
RGB
CMYK
RGB Variations
Color information
#CFFE43 (or 0xCFFE43) is known color: Pear. HEX triplet: CF, FE and 43. RGB value is (207,254,67). Sum of RGB (Red+Green+Blue) = 207+254+67=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 67 (26.56% from 255 or 12.69% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE43 is #3001BC. Grayscale: #DBDBDB. Windows color (decimal): -3146173 or 4456143. OLE color: 4456143.
HSL color Cylindrical-coordinate representation of color #CFFE43: hue angle of 75.08º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFFE43 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 67 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.00 |
| HSL | 75.08º | 0.99% | 0.63% | - |
| HSV(B) | 75.08º | 0.74% | 1% | - |
| XYZ | 62.19 | 84.55 | 18.35 | - |
| YUV | 218.63 | 42.43 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 67 | 0.19 | 0 | 0.74 | 0.00 | 75.08 | 0.99 | 0.63 |
| Hex | CF | FE | 43 | 13 | 0 | 4A | 0 | 4B | 63 | 3F |
| Octal | 317 | 376 | 103 | 23 | 0 | 112 | 0 | 113 | 143 | 77 |
| Binary | 11001111 | 11111110 | 1000011 | 10011 | 0 | 1001010 | 0 | 1001011 | 1100011 | 111111 |
Color Harmonies of #CFFE43
Complementary color
Monochromatic Colors of #CFFE43
Black with #CFFE43
Text Example
Text Example
White with #CFFE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE43; }
p { color: rgb(207,254,67); }
H1.HeaderClassName
{
color: #CFFE43;
}
.AnyTagClassName
{
color: #CFFE43;
}
</style>
background-color css
<style>
a { background-color: #CFFE43; }
a { background-color: rgb(207,254,67); }
div.DivClassName
{
background-color: #CFFE43;
}
.BgClassName
{
background-color: #CFFE43;
}
</style>
border-color css
<style>
span { border-color: #CFFE43; }
span { border-color: rgb(207,254,67); }
td.TdClassName
{
border-color: #CFFE43;
}
.TagClassName
{
border-color: #CFFE43;
}
</style>