Shades of Pear #CFE31E
Tints of Pear #CFE31E
RGB
CMYK
RGB Variations
Color information
#CFE31E (or 0xCFE31E) is known color: Pear. HEX triplet: CF, E3 and 1E. RGB value is (207,227,30). Sum of RGB (Red+Green+Blue) = 207+227+30=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE31E is #301CE1. Grayscale: #C7C7C7. Windows color (decimal): -3153122 or 2024399. OLE color: 2024399.
HSL color Cylindrical-coordinate representation of color #CFE31E: hue angle of 66.09º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFE31E is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 30 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.11 |
| HSL | 66.09º | 0.78% | 0.5% | - |
| HSV(B) | 66.09º | 0.87% | 0.89% | - |
| XYZ | 53.44 | 68.3 | 11.59 | - |
| YUV | 198.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 30 | 0.09 | 0 | 0.87 | 0.11 | 66.09 | 0.78 | 0.5 |
| Hex | CF | E3 | 1E | 9 | 0 | 57 | B | 42 | 4E | 32 |
| Octal | 317 | 343 | 36 | 11 | 0 | 127 | 13 | 102 | 116 | 62 |
| Binary | 11001111 | 11100011 | 11110 | 1001 | 0 | 1010111 | 1011 | 1000010 | 1001110 | 110010 |
Color Harmonies of #CFE31E
Complementary color
Monochromatic Colors of #CFE31E
Black with #CFE31E
Text Example
Text Example
White with #CFE31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE31E; }
p { color: rgb(207,227,30); }
H1.HeaderClassName
{
color: #CFE31E;
}
.AnyTagClassName
{
color: #CFE31E;
}
</style>
background-color css
<style>
a { background-color: #CFE31E; }
a { background-color: rgb(207,227,30); }
div.DivClassName
{
background-color: #CFE31E;
}
.BgClassName
{
background-color: #CFE31E;
}
</style>
border-color css
<style>
span { border-color: #CFE31E; }
span { border-color: rgb(207,227,30); }
td.TdClassName
{
border-color: #CFE31E;
}
.TagClassName
{
border-color: #CFE31E;
}
</style>