Shades of Pear #CFE21D
Tints of Pear #CFE21D
RGB
CMYK
RGB Variations
Color information
#CFE21D (or 0xCFE21D) is known color: Pear. HEX triplet: CF, E2 and 1D. RGB value is (207,226,29). Sum of RGB (Red+Green+Blue) = 207+226+29=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE21D is #301DE2. Grayscale: #C6C6C6. Windows color (decimal): -3153379 or 1958607. OLE color: 1958607.
HSL color Cylindrical-coordinate representation of color #CFE21D: hue angle of 65.79º 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 #CFE21D is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 29 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.11 |
| HSL | 65.79º | 0.77% | 0.5% | - |
| HSV(B) | 65.79º | 0.87% | 0.89% | - |
| XYZ | 53.15 | 67.75 | 11.44 | - |
| YUV | 197.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 29 | 0.08 | 0 | 0.87 | 0.11 | 65.79 | 0.77 | 0.5 |
| Hex | CF | E2 | 1D | 8 | 0 | 57 | B | 42 | 4D | 32 |
| Octal | 317 | 342 | 35 | 10 | 0 | 127 | 13 | 102 | 115 | 62 |
| Binary | 11001111 | 11100010 | 11101 | 1000 | 0 | 1010111 | 1011 | 1000010 | 1001101 | 110010 |
Color Harmonies of #CFE21D
Complementary color
Monochromatic Colors of #CFE21D
Black with #CFE21D
Text Example
Text Example
White with #CFE21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE21D; }
p { color: rgb(207,226,29); }
H1.HeaderClassName
{
color: #CFE21D;
}
.AnyTagClassName
{
color: #CFE21D;
}
</style>
background-color css
<style>
a { background-color: #CFE21D; }
a { background-color: rgb(207,226,29); }
div.DivClassName
{
background-color: #CFE21D;
}
.BgClassName
{
background-color: #CFE21D;
}
</style>
border-color css
<style>
span { border-color: #CFE21D; }
span { border-color: rgb(207,226,29); }
td.TdClassName
{
border-color: #CFE21D;
}
.TagClassName
{
border-color: #CFE21D;
}
</style>