Shades of Pear #CFE748
Tints of Pear #CFE748
RGB
CMYK
RGB Variations
Color information
#CFE748 (or 0xCFE748) is known color: Pear. HEX triplet: CF, E7 and 48. RGB value is (207,231,72). Sum of RGB (Red+Green+Blue) = 207+231+72=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE748 is #3018B7. Grayscale: #CECECE. Windows color (decimal): -3152056 or 4777935. OLE color: 4777935.
HSL color Cylindrical-coordinate representation of color #CFE748: hue angle of 69.06º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFE748 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 72 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.09 |
| HSL | 69.06º | 0.77% | 0.59% | - |
| HSV(B) | 69.06º | 0.69% | 0.91% | - |
| XYZ | 55.48 | 70.89 | 16.89 | - |
| YUV | 205.7 | 52.55 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 72 | 0.10 | 0 | 0.69 | 0.09 | 69.06 | 0.77 | 0.59 |
| Hex | CF | E7 | 48 | A | 0 | 45 | 9 | 45 | 4D | 3B |
| Octal | 317 | 347 | 110 | 12 | 0 | 105 | 11 | 105 | 115 | 73 |
| Binary | 11001111 | 11100111 | 1001000 | 1010 | 0 | 1000101 | 1001 | 1000101 | 1001101 | 111011 |
Color Harmonies of #CFE748
Complementary color
Monochromatic Colors of #CFE748
Black with #CFE748
Text Example
Text Example
White with #CFE748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE748; }
p { color: rgb(207,231,72); }
H1.HeaderClassName
{
color: #CFE748;
}
.AnyTagClassName
{
color: #CFE748;
}
</style>
background-color css
<style>
a { background-color: #CFE748; }
a { background-color: rgb(207,231,72); }
div.DivClassName
{
background-color: #CFE748;
}
.BgClassName
{
background-color: #CFE748;
}
</style>
border-color css
<style>
span { border-color: #CFE748; }
span { border-color: rgb(207,231,72); }
td.TdClassName
{
border-color: #CFE748;
}
.TagClassName
{
border-color: #CFE748;
}
</style>