Shades of Pear #CFEA43
Tints of Pear #CFEA43
RGB
CMYK
RGB Variations
Color information
#CFEA43 (or 0xCFEA43) is known color: Pear. HEX triplet: CF, EA and 43. RGB value is (207,234,67). Sum of RGB (Red+Green+Blue) = 207+234+67=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 67 (26.56% from 255 or 13.19% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA43 is #3015BC. Grayscale: #CFCFCF. Windows color (decimal): -3151293 or 4451023. OLE color: 4451023.
HSL color Cylindrical-coordinate representation of color #CFEA43: hue angle of 69.7º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFEA43 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 67 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.08 |
| HSL | 69.7º | 0.8% | 0.59% | - |
| HSV(B) | 69.7º | 0.71% | 0.92% | - |
| XYZ | 56.17 | 72.52 | 16.35 | - |
| YUV | 206.89 | 49.05 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 67 | 0.12 | 0 | 0.71 | 0.08 | 69.7 | 0.8 | 0.59 |
| Hex | CF | EA | 43 | C | 0 | 47 | 8 | 46 | 50 | 3B |
| Octal | 317 | 352 | 103 | 14 | 0 | 107 | 10 | 106 | 120 | 73 |
| Binary | 11001111 | 11101010 | 1000011 | 1100 | 0 | 1000111 | 1000 | 1000110 | 1010000 | 111011 |
Color Harmonies of #CFEA43
Complementary color
Monochromatic Colors of #CFEA43
Black with #CFEA43
Text Example
Text Example
White with #CFEA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA43; }
p { color: rgb(207,234,67); }
H1.HeaderClassName
{
color: #CFEA43;
}
.AnyTagClassName
{
color: #CFEA43;
}
</style>
background-color css
<style>
a { background-color: #CFEA43; }
a { background-color: rgb(207,234,67); }
div.DivClassName
{
background-color: #CFEA43;
}
.BgClassName
{
background-color: #CFEA43;
}
</style>
border-color css
<style>
span { border-color: #CFEA43; }
span { border-color: rgb(207,234,67); }
td.TdClassName
{
border-color: #CFEA43;
}
.TagClassName
{
border-color: #CFEA43;
}
</style>