Shades of Pear #CFEB3C
Tints of Pear #CFEB3C
RGB
CMYK
RGB Variations
Color information
#CFEB3C (or 0xCFEB3C) is known color: Pear. HEX triplet: CF, EB and 3C. RGB value is (207,235,60). Sum of RGB (Red+Green+Blue) = 207+235+60=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEB3C is #3014C3. Grayscale: #CFCFCF. Windows color (decimal): -3151044 or 3992527. OLE color: 3992527.
HSL color Cylindrical-coordinate representation of color #CFEB3C: hue angle of 69.6º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFEB3C is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 60 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.08 |
| HSL | 69.6º | 0.81% | 0.58% | - |
| HSV(B) | 69.6º | 0.74% | 0.92% | - |
| XYZ | 56.26 | 73.01 | 15.4 | - |
| YUV | 206.68 | 45.22 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 60 | 0.12 | 0 | 0.74 | 0.08 | 69.6 | 0.81 | 0.58 |
| Hex | CF | EB | 3C | C | 0 | 4A | 8 | 46 | 51 | 3A |
| Octal | 317 | 353 | 74 | 14 | 0 | 112 | 10 | 106 | 121 | 72 |
| Binary | 11001111 | 11101011 | 111100 | 1100 | 0 | 1001010 | 1000 | 1000110 | 1010001 | 111010 |
Color Harmonies of #CFEB3C
Complementary color
Monochromatic Colors of #CFEB3C
Black with #CFEB3C
Text Example
Text Example
White with #CFEB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB3C; }
p { color: rgb(207,235,60); }
H1.HeaderClassName
{
color: #CFEB3C;
}
.AnyTagClassName
{
color: #CFEB3C;
}
</style>
background-color css
<style>
a { background-color: #CFEB3C; }
a { background-color: rgb(207,235,60); }
div.DivClassName
{
background-color: #CFEB3C;
}
.BgClassName
{
background-color: #CFEB3C;
}
</style>
border-color css
<style>
span { border-color: #CFEB3C; }
span { border-color: rgb(207,235,60); }
td.TdClassName
{
border-color: #CFEB3C;
}
.TagClassName
{
border-color: #CFEB3C;
}
</style>