Shades of Pear #CFED19
Tints of Pear #CFED19
RGB
CMYK
RGB Variations
Color information
#CFED19 (or 0xCFED19) is known color: Pear. HEX triplet: CF, ED and 19. RGB value is (207,237,25). Sum of RGB (Red+Green+Blue) = 207+237+25=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED19 is #3012E6. Grayscale: #CCCCCC. Windows color (decimal): -3150567 or 1699279. OLE color: 1699279.
HSL color Cylindrical-coordinate representation of color #CFED19: hue angle of 68.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFED19 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 25 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.07 |
| HSL | 68.49º | 0.85% | 0.51% | - |
| HSV(B) | 68.49º | 0.89% | 0.93% | - |
| XYZ | 56.19 | 73.9 | 12.22 | - |
| YUV | 203.86 | 27.06 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 25 | 0.13 | 0 | 0.89 | 0.07 | 68.49 | 0.85 | 0.51 |
| Hex | CF | ED | 19 | D | 0 | 59 | 7 | 44 | 55 | 33 |
| Octal | 317 | 355 | 31 | 15 | 0 | 131 | 7 | 104 | 125 | 63 |
| Binary | 11001111 | 11101101 | 11001 | 1101 | 0 | 1011001 | 111 | 1000100 | 1010101 | 110011 |
Color Harmonies of #CFED19
Complementary color
Monochromatic Colors of #CFED19
Black with #CFED19
Text Example
Text Example
White with #CFED19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED19; }
p { color: rgb(207,237,25); }
H1.HeaderClassName
{
color: #CFED19;
}
.AnyTagClassName
{
color: #CFED19;
}
</style>
background-color css
<style>
a { background-color: #CFED19; }
a { background-color: rgb(207,237,25); }
div.DivClassName
{
background-color: #CFED19;
}
.BgClassName
{
background-color: #CFED19;
}
</style>
border-color css
<style>
span { border-color: #CFED19; }
span { border-color: rgb(207,237,25); }
td.TdClassName
{
border-color: #CFED19;
}
.TagClassName
{
border-color: #CFED19;
}
</style>