Shades of Pear #CFE62C
Tints of Pear #CFE62C
RGB
CMYK
RGB Variations
Color information
#CFE62C (or 0xCFE62C) is known color: Pear. HEX triplet: CF, E6 and 2C. RGB value is (207,230,44). Sum of RGB (Red+Green+Blue) = 207+230+44=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE62C is #3019D3. Grayscale: #CACACA. Windows color (decimal): -3152340 or 2942671. OLE color: 2942671.
HSL color Cylindrical-coordinate representation of color #CFE62C: hue angle of 67.42º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFE62C is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 44 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.10 |
| HSL | 67.42º | 0.79% | 0.54% | - |
| HSV(B) | 67.42º | 0.81% | 0.9% | - |
| XYZ | 54.48 | 70.04 | 13.03 | - |
| YUV | 201.92 | 38.88 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 44 | 0.10 | 0 | 0.81 | 0.10 | 67.42 | 0.79 | 0.54 |
| Hex | CF | E6 | 2C | A | 0 | 51 | A | 43 | 4F | 36 |
| Octal | 317 | 346 | 54 | 12 | 0 | 121 | 12 | 103 | 117 | 66 |
| Binary | 11001111 | 11100110 | 101100 | 1010 | 0 | 1010001 | 1010 | 1000011 | 1001111 | 110110 |
Color Harmonies of #CFE62C
Complementary color
Monochromatic Colors of #CFE62C
Black with #CFE62C
Text Example
Text Example
White with #CFE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE62C; }
p { color: rgb(207,230,44); }
H1.HeaderClassName
{
color: #CFE62C;
}
.AnyTagClassName
{
color: #CFE62C;
}
</style>
background-color css
<style>
a { background-color: #CFE62C; }
a { background-color: rgb(207,230,44); }
div.DivClassName
{
background-color: #CFE62C;
}
.BgClassName
{
background-color: #CFE62C;
}
</style>
border-color css
<style>
span { border-color: #CFE62C; }
span { border-color: rgb(207,230,44); }
td.TdClassName
{
border-color: #CFE62C;
}
.TagClassName
{
border-color: #CFE62C;
}
</style>