Shades of Pear #CFE41E
Tints of Pear #CFE41E
RGB
CMYK
RGB Variations
Color information
#CFE41E (or 0xCFE41E) is known color: Pear. HEX triplet: CF, E4 and 1E. RGB value is (207,228,30). Sum of RGB (Red+Green+Blue) = 207+228+30=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE41E is #301BE1. Grayscale: #C7C7C7. Windows color (decimal): -3152866 or 2024655. OLE color: 2024655.
HSL color Cylindrical-coordinate representation of color #CFE41E: hue angle of 66.36º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFE41E is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 30 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.11 |
| HSL | 66.36º | 0.79% | 0.51% | - |
| HSV(B) | 66.36º | 0.87% | 0.89% | - |
| XYZ | 53.71 | 68.85 | 11.69 | - |
| YUV | 199.15 | 32.54 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 30 | 0.09 | 0 | 0.87 | 0.11 | 66.36 | 0.79 | 0.51 |
| Hex | CF | E4 | 1E | 9 | 0 | 57 | B | 42 | 4F | 33 |
| Octal | 317 | 344 | 36 | 11 | 0 | 127 | 13 | 102 | 117 | 63 |
| Binary | 11001111 | 11100100 | 11110 | 1001 | 0 | 1010111 | 1011 | 1000010 | 1001111 | 110011 |
Color Harmonies of #CFE41E
Complementary color
Monochromatic Colors of #CFE41E
Black with #CFE41E
Text Example
Text Example
White with #CFE41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE41E; }
p { color: rgb(207,228,30); }
H1.HeaderClassName
{
color: #CFE41E;
}
.AnyTagClassName
{
color: #CFE41E;
}
</style>
background-color css
<style>
a { background-color: #CFE41E; }
a { background-color: rgb(207,228,30); }
div.DivClassName
{
background-color: #CFE41E;
}
.BgClassName
{
background-color: #CFE41E;
}
</style>
border-color css
<style>
span { border-color: #CFE41E; }
span { border-color: rgb(207,228,30); }
td.TdClassName
{
border-color: #CFE41E;
}
.TagClassName
{
border-color: #CFE41E;
}
</style>