Shades of Pear #CFEB2B
Tints of Pear #CFEB2B
RGB
CMYK
RGB Variations
Color information
#CFEB2B (or 0xCFEB2B) is known color: Pear. HEX triplet: CF, EB and 2B. RGB value is (207,235,43). Sum of RGB (Red+Green+Blue) = 207+235+43=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEB2B is #3014D4. Grayscale: #CDCDCD. Windows color (decimal): -3151061 or 2878415. OLE color: 2878415.
HSL color Cylindrical-coordinate representation of color #CFEB2B: hue angle of 68.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFEB2B is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 43 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.08 |
| HSL | 68.75º | 0.83% | 0.55% | - |
| HSV(B) | 68.75º | 0.82% | 0.92% | - |
| XYZ | 55.88 | 72.86 | 13.4 | - |
| YUV | 204.74 | 36.72 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 43 | 0.12 | 0 | 0.82 | 0.08 | 68.75 | 0.83 | 0.55 |
| Hex | CF | EB | 2B | C | 0 | 52 | 8 | 45 | 53 | 37 |
| Octal | 317 | 353 | 53 | 14 | 0 | 122 | 10 | 105 | 123 | 67 |
| Binary | 11001111 | 11101011 | 101011 | 1100 | 0 | 1010010 | 1000 | 1000101 | 1010011 | 110111 |
Color Harmonies of #CFEB2B
Complementary color
Monochromatic Colors of #CFEB2B
Black with #CFEB2B
Text Example
Text Example
White with #CFEB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB2B; }
p { color: rgb(207,235,43); }
H1.HeaderClassName
{
color: #CFEB2B;
}
.AnyTagClassName
{
color: #CFEB2B;
}
</style>
background-color css
<style>
a { background-color: #CFEB2B; }
a { background-color: rgb(207,235,43); }
div.DivClassName
{
background-color: #CFEB2B;
}
.BgClassName
{
background-color: #CFEB2B;
}
</style>
border-color css
<style>
span { border-color: #CFEB2B; }
span { border-color: rgb(207,235,43); }
td.TdClassName
{
border-color: #CFEB2B;
}
.TagClassName
{
border-color: #CFEB2B;
}
</style>