Shades of Pear #CFE63A
Tints of Pear #CFE63A
RGB
CMYK
RGB Variations
Color information
#CFE63A (or 0xCFE63A) is known color: Pear. HEX triplet: CF, E6 and 3A. RGB value is (207,230,58). Sum of RGB (Red+Green+Blue) = 207+230+58=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE63A is #3019C5. Grayscale: #CCCCCC. Windows color (decimal): -3152326 or 3860175. OLE color: 3860175.
HSL color Cylindrical-coordinate representation of color #CFE63A: hue angle of 68.02º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFE63A is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 58 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.10 |
| HSL | 68.02º | 0.77% | 0.56% | - |
| HSV(B) | 68.02º | 0.75% | 0.9% | - |
| XYZ | 54.79 | 70.16 | 14.66 | - |
| YUV | 203.52 | 45.88 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 58 | 0.10 | 0 | 0.75 | 0.10 | 68.02 | 0.77 | 0.56 |
| Hex | CF | E6 | 3A | A | 0 | 4B | A | 44 | 4D | 38 |
| Octal | 317 | 346 | 72 | 12 | 0 | 113 | 12 | 104 | 115 | 70 |
| Binary | 11001111 | 11100110 | 111010 | 1010 | 0 | 1001011 | 1010 | 1000100 | 1001101 | 111000 |
Color Harmonies of #CFE63A
Complementary color
Monochromatic Colors of #CFE63A
Black with #CFE63A
Text Example
Text Example
White with #CFE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE63A; }
p { color: rgb(207,230,58); }
H1.HeaderClassName
{
color: #CFE63A;
}
.AnyTagClassName
{
color: #CFE63A;
}
</style>
background-color css
<style>
a { background-color: #CFE63A; }
a { background-color: rgb(207,230,58); }
div.DivClassName
{
background-color: #CFE63A;
}
.BgClassName
{
background-color: #CFE63A;
}
</style>
border-color css
<style>
span { border-color: #CFE63A; }
span { border-color: rgb(207,230,58); }
td.TdClassName
{
border-color: #CFE63A;
}
.TagClassName
{
border-color: #CFE63A;
}
</style>