Shades of Pear #CFED42
Tints of Pear #CFED42
RGB
CMYK
RGB Variations
Color information
#CFED42 (or 0xCFED42) is known color: Pear. HEX triplet: CF, ED and 42. RGB value is (207,237,66). Sum of RGB (Red+Green+Blue) = 207+237+66=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFED42 is #3012BD. Grayscale: #D1D1D1. Windows color (decimal): -3150526 or 4386255. OLE color: 4386255.
HSL color Cylindrical-coordinate representation of color #CFED42: hue angle of 70.53º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFED42 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 66 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.07 |
| HSL | 70.53º | 0.83% | 0.59% | - |
| HSV(B) | 70.53º | 0.72% | 0.93% | - |
| XYZ | 57 | 74.23 | 16.48 | - |
| YUV | 208.54 | 47.56 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 66 | 0.13 | 0 | 0.72 | 0.07 | 70.53 | 0.83 | 0.59 |
| Hex | CF | ED | 42 | D | 0 | 48 | 7 | 47 | 53 | 3B |
| Octal | 317 | 355 | 102 | 15 | 0 | 110 | 7 | 107 | 123 | 73 |
| Binary | 11001111 | 11101101 | 1000010 | 1101 | 0 | 1001000 | 111 | 1000111 | 1010011 | 111011 |
Color Harmonies of #CFED42
Complementary color
Monochromatic Colors of #CFED42
Black with #CFED42
Text Example
Text Example
White with #CFED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED42; }
p { color: rgb(207,237,66); }
H1.HeaderClassName
{
color: #CFED42;
}
.AnyTagClassName
{
color: #CFED42;
}
</style>
background-color css
<style>
a { background-color: #CFED42; }
a { background-color: rgb(207,237,66); }
div.DivClassName
{
background-color: #CFED42;
}
.BgClassName
{
background-color: #CFED42;
}
</style>
border-color css
<style>
span { border-color: #CFED42; }
span { border-color: rgb(207,237,66); }
td.TdClassName
{
border-color: #CFED42;
}
.TagClassName
{
border-color: #CFED42;
}
</style>