Shades of Pear #CFE119
Tints of Pear #CFE119
RGB
CMYK
RGB Variations
Color information
#CFE119 (or 0xCFE119) is known color: Pear. HEX triplet: CF, E1 and 19. RGB value is (207,225,25). Sum of RGB (Red+Green+Blue) = 207+225+25=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 25 (10.16% from 255 or 5.47% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE119 is #301EE6. Grayscale: #C5C5C5. Windows color (decimal): -3153639 or 1696207. OLE color: 1696207.
HSL color Cylindrical-coordinate representation of color #CFE119: hue angle of 65.4º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFE119 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 25 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.12 |
| HSL | 65.4º | 0.8% | 0.49% | - |
| HSV(B) | 65.4º | 0.89% | 0.88% | - |
| XYZ | 52.83 | 67.19 | 11.1 | - |
| YUV | 196.82 | 31.04 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 25 | 0.08 | 0 | 0.89 | 0.12 | 65.4 | 0.8 | 0.49 |
| Hex | CF | E1 | 19 | 8 | 0 | 59 | C | 41 | 50 | 31 |
| Octal | 317 | 341 | 31 | 10 | 0 | 131 | 14 | 101 | 120 | 61 |
| Binary | 11001111 | 11100001 | 11001 | 1000 | 0 | 1011001 | 1100 | 1000001 | 1010000 | 110001 |
Color Harmonies of #CFE119
Complementary color
Monochromatic Colors of #CFE119
Black with #CFE119
Text Example
Text Example
White with #CFE119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE119; }
p { color: rgb(207,225,25); }
H1.HeaderClassName
{
color: #CFE119;
}
.AnyTagClassName
{
color: #CFE119;
}
</style>
background-color css
<style>
a { background-color: #CFE119; }
a { background-color: rgb(207,225,25); }
div.DivClassName
{
background-color: #CFE119;
}
.BgClassName
{
background-color: #CFE119;
}
</style>
border-color css
<style>
span { border-color: #CFE119; }
span { border-color: rgb(207,225,25); }
td.TdClassName
{
border-color: #CFE119;
}
.TagClassName
{
border-color: #CFE119;
}
</style>