Shades of Pear #CFEB30
Tints of Pear #CFEB30
RGB
CMYK
RGB Variations
Color information
#CFEB30 (or 0xCFEB30) is known color: Pear. HEX triplet: CF, EB and 30. RGB value is (207,235,48). Sum of RGB (Red+Green+Blue) = 207+235+48=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEB30 is #3014CF. Grayscale: #CECECE. Windows color (decimal): -3151056 or 3206095. OLE color: 3206095.
HSL color Cylindrical-coordinate representation of color #CFEB30: hue angle of 68.98º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFEB30 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 48 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.08 |
| HSL | 68.98º | 0.82% | 0.55% | - |
| HSV(B) | 68.98º | 0.8% | 0.92% | - |
| XYZ | 55.97 | 72.9 | 13.92 | - |
| YUV | 205.31 | 39.22 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 48 | 0.12 | 0 | 0.80 | 0.08 | 68.98 | 0.82 | 0.55 |
| Hex | CF | EB | 30 | C | 0 | 50 | 8 | 45 | 52 | 37 |
| Octal | 317 | 353 | 60 | 14 | 0 | 120 | 10 | 105 | 122 | 67 |
| Binary | 11001111 | 11101011 | 110000 | 1100 | 0 | 1010000 | 1000 | 1000101 | 1010010 | 110111 |
Color Harmonies of #CFEB30
Complementary color
Monochromatic Colors of #CFEB30
Black with #CFEB30
Text Example
Text Example
White with #CFEB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB30; }
p { color: rgb(207,235,48); }
H1.HeaderClassName
{
color: #CFEB30;
}
.AnyTagClassName
{
color: #CFEB30;
}
</style>
background-color css
<style>
a { background-color: #CFEB30; }
a { background-color: rgb(207,235,48); }
div.DivClassName
{
background-color: #CFEB30;
}
.BgClassName
{
background-color: #CFEB30;
}
</style>
border-color css
<style>
span { border-color: #CFEB30; }
span { border-color: rgb(207,235,48); }
td.TdClassName
{
border-color: #CFEB30;
}
.TagClassName
{
border-color: #CFEB30;
}
</style>