Shades of Pear #CFEB19
Tints of Pear #CFEB19
RGB
CMYK
RGB Variations
Color information
#CFEB19 (or 0xCFEB19) is known color: Pear. HEX triplet: CF, EB and 19. RGB value is (207,235,25). Sum of RGB (Red+Green+Blue) = 207+235+25=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 25 (10.16% from 255 or 5.35% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB19 is #3014E6. Grayscale: #CBCBCB. Windows color (decimal): -3151079 or 1698767. OLE color: 1698767.
HSL color Cylindrical-coordinate representation of color #CFEB19: hue angle of 68º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFEB19 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 25 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.08 |
| HSL | 68º | 0.84% | 0.51% | - |
| HSV(B) | 68º | 0.89% | 0.92% | - |
| XYZ | 55.62 | 72.75 | 12.03 | - |
| YUV | 202.69 | 27.72 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 25 | 0.12 | 0 | 0.89 | 0.08 | 68 | 0.84 | 0.51 |
| Hex | CF | EB | 19 | C | 0 | 59 | 8 | 44 | 54 | 33 |
| Octal | 317 | 353 | 31 | 14 | 0 | 131 | 10 | 104 | 124 | 63 |
| Binary | 11001111 | 11101011 | 11001 | 1100 | 0 | 1011001 | 1000 | 1000100 | 1010100 | 110011 |
Color Harmonies of #CFEB19
Complementary color
Monochromatic Colors of #CFEB19
Black with #CFEB19
Text Example
Text Example
White with #CFEB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB19; }
p { color: rgb(207,235,25); }
H1.HeaderClassName
{
color: #CFEB19;
}
.AnyTagClassName
{
color: #CFEB19;
}
</style>
background-color css
<style>
a { background-color: #CFEB19; }
a { background-color: rgb(207,235,25); }
div.DivClassName
{
background-color: #CFEB19;
}
.BgClassName
{
background-color: #CFEB19;
}
</style>
border-color css
<style>
span { border-color: #CFEB19; }
span { border-color: rgb(207,235,25); }
td.TdClassName
{
border-color: #CFEB19;
}
.TagClassName
{
border-color: #CFEB19;
}
</style>