Shades of Pear #CFF845
Tints of Pear #CFF845
RGB
CMYK
RGB Variations
Color information
#CFF845 (or 0xCFF845) is known color: Pear. HEX triplet: CF, F8 and 45. RGB value is (207,248,69). Sum of RGB (Red+Green+Blue) = 207+248+69=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 69 (27.34% from 255 or 13.17% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF845 is #3007BA. Grayscale: #D8D8D8. Windows color (decimal): -3147707 or 4585679. OLE color: 4585679.
HSL color Cylindrical-coordinate representation of color #CFF845: hue angle of 73.74º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFF845 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 69 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.03 |
| HSL | 73.74º | 0.93% | 0.62% | - |
| HSV(B) | 73.74º | 0.72% | 0.97% | - |
| XYZ | 60.37 | 80.83 | 18.05 | - |
| YUV | 215.34 | 45.42 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 69 | 0.17 | 0 | 0.72 | 0.03 | 73.74 | 0.93 | 0.62 |
| Hex | CF | F8 | 45 | 11 | 0 | 48 | 3 | 4A | 5D | 3E |
| Octal | 317 | 370 | 105 | 21 | 0 | 110 | 3 | 112 | 135 | 76 |
| Binary | 11001111 | 11111000 | 1000101 | 10001 | 0 | 1001000 | 11 | 1001010 | 1011101 | 111110 |
Color Harmonies of #CFF845
Complementary color
Monochromatic Colors of #CFF845
Black with #CFF845
Text Example
Text Example
White with #CFF845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF845; }
p { color: rgb(207,248,69); }
H1.HeaderClassName
{
color: #CFF845;
}
.AnyTagClassName
{
color: #CFF845;
}
</style>
background-color css
<style>
a { background-color: #CFF845; }
a { background-color: rgb(207,248,69); }
div.DivClassName
{
background-color: #CFF845;
}
.BgClassName
{
background-color: #CFF845;
}
</style>
border-color css
<style>
span { border-color: #CFF845; }
span { border-color: rgb(207,248,69); }
td.TdClassName
{
border-color: #CFF845;
}
.TagClassName
{
border-color: #CFF845;
}
</style>