Shades of Pear #CFEC30
Tints of Pear #CFEC30
RGB
CMYK
RGB Variations
Color information
#CFEC30 (or 0xCFEC30) is known color: Pear. HEX triplet: CF, EC and 30. RGB value is (207,236,48). Sum of RGB (Red+Green+Blue) = 207+236+48=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC30 is #3013CF. Grayscale: #CECECE. Windows color (decimal): -3150800 or 3206351. OLE color: 3206351.
HSL color Cylindrical-coordinate representation of color #CFEC30: hue angle of 69.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFEC30 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 48 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.07 |
| HSL | 69.26º | 0.83% | 0.56% | - |
| HSV(B) | 69.26º | 0.8% | 0.93% | - |
| XYZ | 56.26 | 73.47 | 14.01 | - |
| YUV | 205.9 | 38.89 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 48 | 0.12 | 0 | 0.80 | 0.07 | 69.26 | 0.83 | 0.56 |
| Hex | CF | EC | 30 | C | 0 | 50 | 7 | 45 | 53 | 38 |
| Octal | 317 | 354 | 60 | 14 | 0 | 120 | 7 | 105 | 123 | 70 |
| Binary | 11001111 | 11101100 | 110000 | 1100 | 0 | 1010000 | 111 | 1000101 | 1010011 | 111000 |
Color Harmonies of #CFEC30
Complementary color
Monochromatic Colors of #CFEC30
Black with #CFEC30
Text Example
Text Example
White with #CFEC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC30; }
p { color: rgb(207,236,48); }
H1.HeaderClassName
{
color: #CFEC30;
}
.AnyTagClassName
{
color: #CFEC30;
}
</style>
background-color css
<style>
a { background-color: #CFEC30; }
a { background-color: rgb(207,236,48); }
div.DivClassName
{
background-color: #CFEC30;
}
.BgClassName
{
background-color: #CFEC30;
}
</style>
border-color css
<style>
span { border-color: #CFEC30; }
span { border-color: rgb(207,236,48); }
td.TdClassName
{
border-color: #CFEC30;
}
.TagClassName
{
border-color: #CFEC30;
}
</style>