Shades of Pear #CFE51E
Tints of Pear #CFE51E
RGB
CMYK
RGB Variations
Color information
#CFE51E (or 0xCFE51E) is known color: Pear. HEX triplet: CF, E5 and 1E. RGB value is (207,229,30). Sum of RGB (Red+Green+Blue) = 207+229+30=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE51E is #301AE1. Grayscale: #C8C8C8. Windows color (decimal): -3152610 or 2024911. OLE color: 2024911.
HSL color Cylindrical-coordinate representation of color #CFE51E: hue angle of 66.63º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFE51E is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 30 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.10 |
| HSL | 66.63º | 0.79% | 0.51% | - |
| HSV(B) | 66.63º | 0.87% | 0.9% | - |
| XYZ | 53.99 | 69.4 | 11.78 | - |
| YUV | 199.74 | 32.21 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 30 | 0.10 | 0 | 0.87 | 0.10 | 66.63 | 0.79 | 0.51 |
| Hex | CF | E5 | 1E | A | 0 | 57 | A | 43 | 4F | 33 |
| Octal | 317 | 345 | 36 | 12 | 0 | 127 | 12 | 103 | 117 | 63 |
| Binary | 11001111 | 11100101 | 11110 | 1010 | 0 | 1010111 | 1010 | 1000011 | 1001111 | 110011 |
Color Harmonies of #CFE51E
Complementary color
Monochromatic Colors of #CFE51E
Black with #CFE51E
Text Example
Text Example
White with #CFE51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE51E; }
p { color: rgb(207,229,30); }
H1.HeaderClassName
{
color: #CFE51E;
}
.AnyTagClassName
{
color: #CFE51E;
}
</style>
background-color css
<style>
a { background-color: #CFE51E; }
a { background-color: rgb(207,229,30); }
div.DivClassName
{
background-color: #CFE51E;
}
.BgClassName
{
background-color: #CFE51E;
}
</style>
border-color css
<style>
span { border-color: #CFE51E; }
span { border-color: rgb(207,229,30); }
td.TdClassName
{
border-color: #CFE51E;
}
.TagClassName
{
border-color: #CFE51E;
}
</style>