Shades of Pear #CFEA1E
Tints of Pear #CFEA1E
RGB
CMYK
RGB Variations
Color information
#CFEA1E (or 0xCFEA1E) is known color: Pear. HEX triplet: CF, EA and 1E. RGB value is (207,234,30). Sum of RGB (Red+Green+Blue) = 207+234+30=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA1E is #3015E1. Grayscale: #CBCBCB. Windows color (decimal): -3151330 or 2026191. OLE color: 2026191.
HSL color Cylindrical-coordinate representation of color #CFEA1E: hue angle of 67.94º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFEA1E is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 30 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.08 |
| HSL | 67.94º | 0.83% | 0.52% | - |
| HSV(B) | 67.94º | 0.87% | 0.92% | - |
| XYZ | 55.39 | 72.2 | 12.25 | - |
| YUV | 202.67 | 30.55 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 30 | 0.12 | 0 | 0.87 | 0.08 | 67.94 | 0.83 | 0.52 |
| Hex | CF | EA | 1E | C | 0 | 57 | 8 | 44 | 53 | 34 |
| Octal | 317 | 352 | 36 | 14 | 0 | 127 | 10 | 104 | 123 | 64 |
| Binary | 11001111 | 11101010 | 11110 | 1100 | 0 | 1010111 | 1000 | 1000100 | 1010011 | 110100 |
Color Harmonies of #CFEA1E
Complementary color
Monochromatic Colors of #CFEA1E
Black with #CFEA1E
Text Example
Text Example
White with #CFEA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA1E; }
p { color: rgb(207,234,30); }
H1.HeaderClassName
{
color: #CFEA1E;
}
.AnyTagClassName
{
color: #CFEA1E;
}
</style>
background-color css
<style>
a { background-color: #CFEA1E; }
a { background-color: rgb(207,234,30); }
div.DivClassName
{
background-color: #CFEA1E;
}
.BgClassName
{
background-color: #CFEA1E;
}
</style>
border-color css
<style>
span { border-color: #CFEA1E; }
span { border-color: rgb(207,234,30); }
td.TdClassName
{
border-color: #CFEA1E;
}
.TagClassName
{
border-color: #CFEA1E;
}
</style>