Shades of Pear #CFE51A
Tints of Pear #CFE51A
RGB
CMYK
RGB Variations
Color information
#CFE51A (or 0xCFE51A) is known color: Pear. HEX triplet: CF, E5 and 1A. RGB value is (207,229,26). Sum of RGB (Red+Green+Blue) = 207+229+26=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE51A is #301AE5. Grayscale: #C8C8C8. Windows color (decimal): -3152614 or 1762767. OLE color: 1762767.
HSL color Cylindrical-coordinate representation of color #CFE51A: hue angle of 66.5º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFE51A is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 26 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.10 |
| HSL | 66.5º | 0.8% | 0.5% | - |
| HSV(B) | 66.5º | 0.89% | 0.9% | - |
| XYZ | 53.94 | 69.38 | 11.53 | - |
| YUV | 199.28 | 30.21 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 26 | 0.10 | 0 | 0.89 | 0.10 | 66.5 | 0.8 | 0.5 |
| Hex | CF | E5 | 1A | A | 0 | 59 | A | 43 | 50 | 32 |
| Octal | 317 | 345 | 32 | 12 | 0 | 131 | 12 | 103 | 120 | 62 |
| Binary | 11001111 | 11100101 | 11010 | 1010 | 0 | 1011001 | 1010 | 1000011 | 1010000 | 110010 |
Color Harmonies of #CFE51A
Complementary color
Monochromatic Colors of #CFE51A
Black with #CFE51A
Text Example
Text Example
White with #CFE51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE51A; }
p { color: rgb(207,229,26); }
H1.HeaderClassName
{
color: #CFE51A;
}
.AnyTagClassName
{
color: #CFE51A;
}
</style>
background-color css
<style>
a { background-color: #CFE51A; }
a { background-color: rgb(207,229,26); }
div.DivClassName
{
background-color: #CFE51A;
}
.BgClassName
{
background-color: #CFE51A;
}
</style>
border-color css
<style>
span { border-color: #CFE51A; }
span { border-color: rgb(207,229,26); }
td.TdClassName
{
border-color: #CFE51A;
}
.TagClassName
{
border-color: #CFE51A;
}
</style>