Shades of Pear #CFED43
Tints of Pear #CFED43
RGB
CMYK
RGB Variations
Color information
#CFED43 (or 0xCFED43) is known color: Pear. HEX triplet: CF, ED and 43. RGB value is (207,237,67). Sum of RGB (Red+Green+Blue) = 207+237+67=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFED43 is #3012BC. Grayscale: #D1D1D1. Windows color (decimal): -3150525 or 4451791. OLE color: 4451791.
HSL color Cylindrical-coordinate representation of color #CFED43: hue angle of 70.59º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFED43 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 67 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.07 |
| HSL | 70.59º | 0.83% | 0.6% | - |
| HSV(B) | 70.59º | 0.72% | 0.93% | - |
| XYZ | 57.03 | 74.24 | 16.63 | - |
| YUV | 208.65 | 48.06 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 67 | 0.13 | 0 | 0.72 | 0.07 | 70.59 | 0.83 | 0.6 |
| Hex | CF | ED | 43 | D | 0 | 48 | 7 | 47 | 53 | 3C |
| Octal | 317 | 355 | 103 | 15 | 0 | 110 | 7 | 107 | 123 | 74 |
| Binary | 11001111 | 11101101 | 1000011 | 1101 | 0 | 1001000 | 111 | 1000111 | 1010011 | 111100 |
Color Harmonies of #CFED43
Complementary color
Monochromatic Colors of #CFED43
Black with #CFED43
Text Example
Text Example
White with #CFED43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED43; }
p { color: rgb(207,237,67); }
H1.HeaderClassName
{
color: #CFED43;
}
.AnyTagClassName
{
color: #CFED43;
}
</style>
background-color css
<style>
a { background-color: #CFED43; }
a { background-color: rgb(207,237,67); }
div.DivClassName
{
background-color: #CFED43;
}
.BgClassName
{
background-color: #CFED43;
}
</style>
border-color css
<style>
span { border-color: #CFED43; }
span { border-color: rgb(207,237,67); }
td.TdClassName
{
border-color: #CFED43;
}
.TagClassName
{
border-color: #CFED43;
}
</style>