Shades of Pear #CFEB28
Tints of Pear #CFEB28
RGB
CMYK
RGB Variations
Color information
#CFEB28 (or 0xCFEB28) is known color: Pear. HEX triplet: CF, EB and 28. RGB value is (207,235,40). Sum of RGB (Red+Green+Blue) = 207+235+40=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEB28 is #3014D7. Grayscale: #CDCDCD. Windows color (decimal): -3151064 or 2681807. OLE color: 2681807.
HSL color Cylindrical-coordinate representation of color #CFEB28: hue angle of 68.62º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFEB28 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 40 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.08 |
| HSL | 68.62º | 0.83% | 0.54% | - |
| HSV(B) | 68.62º | 0.83% | 0.92% | - |
| XYZ | 55.82 | 72.84 | 13.12 | - |
| YUV | 204.4 | 35.22 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 40 | 0.12 | 0 | 0.83 | 0.08 | 68.62 | 0.83 | 0.54 |
| Hex | CF | EB | 28 | C | 0 | 53 | 8 | 45 | 53 | 36 |
| Octal | 317 | 353 | 50 | 14 | 0 | 123 | 10 | 105 | 123 | 66 |
| Binary | 11001111 | 11101011 | 101000 | 1100 | 0 | 1010011 | 1000 | 1000101 | 1010011 | 110110 |
Color Harmonies of #CFEB28
Complementary color
Monochromatic Colors of #CFEB28
Black with #CFEB28
Text Example
Text Example
White with #CFEB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB28; }
p { color: rgb(207,235,40); }
H1.HeaderClassName
{
color: #CFEB28;
}
.AnyTagClassName
{
color: #CFEB28;
}
</style>
background-color css
<style>
a { background-color: #CFEB28; }
a { background-color: rgb(207,235,40); }
div.DivClassName
{
background-color: #CFEB28;
}
.BgClassName
{
background-color: #CFEB28;
}
</style>
border-color css
<style>
span { border-color: #CFEB28; }
span { border-color: rgb(207,235,40); }
td.TdClassName
{
border-color: #CFEB28;
}
.TagClassName
{
border-color: #CFEB28;
}
</style>