Shades of Pear #CFE63C
Tints of Pear #CFE63C
RGB
CMYK
RGB Variations
Color information
#CFE63C (or 0xCFE63C) is known color: Pear. HEX triplet: CF, E6 and 3C. RGB value is (207,230,60). Sum of RGB (Red+Green+Blue) = 207+230+60=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE63C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE63C is #3019C3. Grayscale: #CCCCCC. Windows color (decimal): -3152324 or 3991247. OLE color: 3991247.
HSL color Cylindrical-coordinate representation of color #CFE63C: hue angle of 68.12º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE63C is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 60 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.10 |
| HSL | 68.12º | 0.77% | 0.57% | - |
| HSV(B) | 68.12º | 0.74% | 0.9% | - |
| XYZ | 54.84 | 70.19 | 14.93 | - |
| YUV | 203.74 | 46.88 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 60 | 0.10 | 0 | 0.74 | 0.10 | 68.12 | 0.77 | 0.57 |
| Hex | CF | E6 | 3C | A | 0 | 4A | A | 44 | 4D | 39 |
| Octal | 317 | 346 | 74 | 12 | 0 | 112 | 12 | 104 | 115 | 71 |
| Binary | 11001111 | 11100110 | 111100 | 1010 | 0 | 1001010 | 1010 | 1000100 | 1001101 | 111001 |
Color Harmonies of #CFE63C
Complementary color
Monochromatic Colors of #CFE63C
Black with #CFE63C
Text Example
Text Example
White with #CFE63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE63C; }
p { color: rgb(207,230,60); }
H1.HeaderClassName
{
color: #CFE63C;
}
.AnyTagClassName
{
color: #CFE63C;
}
</style>
background-color css
<style>
a { background-color: #CFE63C; }
a { background-color: rgb(207,230,60); }
div.DivClassName
{
background-color: #CFE63C;
}
.BgClassName
{
background-color: #CFE63C;
}
</style>
border-color css
<style>
span { border-color: #CFE63C; }
span { border-color: rgb(207,230,60); }
td.TdClassName
{
border-color: #CFE63C;
}
.TagClassName
{
border-color: #CFE63C;
}
</style>