Shades of Pear #CFE21E
Tints of Pear #CFE21E
RGB
CMYK
RGB Variations
Color information
#CFE21E (or 0xCFE21E) is known color: Pear. HEX triplet: CF, E2 and 1E. RGB value is (207,226,30). Sum of RGB (Red+Green+Blue) = 207+226+30=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE21E is #301DE1. Grayscale: #C6C6C6. Windows color (decimal): -3153378 or 2024143. OLE color: 2024143.
HSL color Cylindrical-coordinate representation of color #CFE21E: hue angle of 65.82º degrees, saturation: 0.77, 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 #CFE21E is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 30 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.11 |
| HSL | 65.82º | 0.77% | 0.5% | - |
| HSV(B) | 65.82º | 0.87% | 0.89% | - |
| XYZ | 53.16 | 67.75 | 11.5 | - |
| YUV | 197.98 | 33.21 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 30 | 0.08 | 0 | 0.87 | 0.11 | 65.82 | 0.77 | 0.5 |
| Hex | CF | E2 | 1E | 8 | 0 | 57 | B | 42 | 4D | 32 |
| Octal | 317 | 342 | 36 | 10 | 0 | 127 | 13 | 102 | 115 | 62 |
| Binary | 11001111 | 11100010 | 11110 | 1000 | 0 | 1010111 | 1011 | 1000010 | 1001101 | 110010 |
Color Harmonies of #CFE21E
Complementary color
Monochromatic Colors of #CFE21E
Black with #CFE21E
Text Example
Text Example
White with #CFE21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE21E; }
p { color: rgb(207,226,30); }
H1.HeaderClassName
{
color: #CFE21E;
}
.AnyTagClassName
{
color: #CFE21E;
}
</style>
background-color css
<style>
a { background-color: #CFE21E; }
a { background-color: rgb(207,226,30); }
div.DivClassName
{
background-color: #CFE21E;
}
.BgClassName
{
background-color: #CFE21E;
}
</style>
border-color css
<style>
span { border-color: #CFE21E; }
span { border-color: rgb(207,226,30); }
td.TdClassName
{
border-color: #CFE21E;
}
.TagClassName
{
border-color: #CFE21E;
}
</style>