Shades of Pear #CFE01A
Tints of Pear #CFE01A
RGB
CMYK
RGB Variations
Color information
#CFE01A (or 0xCFE01A) is known color: Pear. HEX triplet: CF, E0 and 1A. RGB value is (207,224,26). Sum of RGB (Red+Green+Blue) = 207+224+26=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 26 (10.55% from 255 or 5.69% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE01A is #301FE5. Grayscale: #C5C5C5. Windows color (decimal): -3153894 or 1761487. OLE color: 1761487.
HSL color Cylindrical-coordinate representation of color #CFE01A: hue angle of 65.15º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFE01A is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 26 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.12 |
| HSL | 65.15º | 0.79% | 0.49% | - |
| HSV(B) | 65.15º | 0.88% | 0.88% | - |
| XYZ | 52.57 | 66.65 | 11.07 | - |
| YUV | 196.35 | 31.87 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 26 | 0.08 | 0 | 0.88 | 0.12 | 65.15 | 0.79 | 0.49 |
| Hex | CF | E0 | 1A | 8 | 0 | 58 | C | 41 | 4F | 31 |
| Octal | 317 | 340 | 32 | 10 | 0 | 130 | 14 | 101 | 117 | 61 |
| Binary | 11001111 | 11100000 | 11010 | 1000 | 0 | 1011000 | 1100 | 1000001 | 1001111 | 110001 |
Color Harmonies of #CFE01A
Complementary color
Monochromatic Colors of #CFE01A
Black with #CFE01A
Text Example
Text Example
White with #CFE01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE01A; }
p { color: rgb(207,224,26); }
H1.HeaderClassName
{
color: #CFE01A;
}
.AnyTagClassName
{
color: #CFE01A;
}
</style>
background-color css
<style>
a { background-color: #CFE01A; }
a { background-color: rgb(207,224,26); }
div.DivClassName
{
background-color: #CFE01A;
}
.BgClassName
{
background-color: #CFE01A;
}
</style>
border-color css
<style>
span { border-color: #CFE01A; }
span { border-color: rgb(207,224,26); }
td.TdClassName
{
border-color: #CFE01A;
}
.TagClassName
{
border-color: #CFE01A;
}
</style>