Shades of Pear #CFE21A
Tints of Pear #CFE21A
RGB
CMYK
RGB Variations
Color information
#CFE21A (or 0xCFE21A) is known color: Pear. HEX triplet: CF, E2 and 1A. RGB value is (207,226,26). Sum of RGB (Red+Green+Blue) = 207+226+26=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 26 (10.55% from 255 or 5.66% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE21A is #301DE5. Grayscale: #C6C6C6. Windows color (decimal): -3153382 or 1761999. OLE color: 1761999.
HSL color Cylindrical-coordinate representation of color #CFE21A: hue angle of 65.7º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFE21A is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 26 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.11 |
| HSL | 65.7º | 0.79% | 0.49% | - |
| HSV(B) | 65.7º | 0.88% | 0.89% | - |
| XYZ | 53.11 | 67.73 | 11.25 | - |
| YUV | 197.52 | 31.21 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 26 | 0.08 | 0 | 0.88 | 0.11 | 65.7 | 0.79 | 0.49 |
| Hex | CF | E2 | 1A | 8 | 0 | 58 | B | 42 | 4F | 31 |
| Octal | 317 | 342 | 32 | 10 | 0 | 130 | 13 | 102 | 117 | 61 |
| Binary | 11001111 | 11100010 | 11010 | 1000 | 0 | 1011000 | 1011 | 1000010 | 1001111 | 110001 |
Color Harmonies of #CFE21A
Complementary color
Monochromatic Colors of #CFE21A
Black with #CFE21A
Text Example
Text Example
White with #CFE21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE21A; }
p { color: rgb(207,226,26); }
H1.HeaderClassName
{
color: #CFE21A;
}
.AnyTagClassName
{
color: #CFE21A;
}
</style>
background-color css
<style>
a { background-color: #CFE21A; }
a { background-color: rgb(207,226,26); }
div.DivClassName
{
background-color: #CFE21A;
}
.BgClassName
{
background-color: #CFE21A;
}
</style>
border-color css
<style>
span { border-color: #CFE21A; }
span { border-color: rgb(207,226,26); }
td.TdClassName
{
border-color: #CFE21A;
}
.TagClassName
{
border-color: #CFE21A;
}
</style>