Shades of Pear #CFF945
Tints of Pear #CFF945
RGB
CMYK
RGB Variations
Color information
#CFF945 (or 0xCFF945) is known color: Pear. HEX triplet: CF, F9 and 45. RGB value is (207,249,69). Sum of RGB (Red+Green+Blue) = 207+249+69=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF945 is #3006BA. Grayscale: #D8D8D8. Windows color (decimal): -3147451 or 4585935. OLE color: 4585935.
HSL color Cylindrical-coordinate representation of color #CFF945: hue angle of 74º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFF945 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 69 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.02 |
| HSL | 74º | 0.94% | 0.62% | - |
| HSV(B) | 74º | 0.72% | 0.98% | - |
| XYZ | 60.68 | 81.45 | 18.15 | - |
| YUV | 215.92 | 45.09 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 69 | 0.17 | 0 | 0.72 | 0.02 | 74 | 0.94 | 0.62 |
| Hex | CF | F9 | 45 | 11 | 0 | 48 | 2 | 4A | 5E | 3E |
| Octal | 317 | 371 | 105 | 21 | 0 | 110 | 2 | 112 | 136 | 76 |
| Binary | 11001111 | 11111001 | 1000101 | 10001 | 0 | 1001000 | 10 | 1001010 | 1011110 | 111110 |
Color Harmonies of #CFF945
Complementary color
Monochromatic Colors of #CFF945
Black with #CFF945
Text Example
Text Example
White with #CFF945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF945; }
p { color: rgb(207,249,69); }
H1.HeaderClassName
{
color: #CFF945;
}
.AnyTagClassName
{
color: #CFF945;
}
</style>
background-color css
<style>
a { background-color: #CFF945; }
a { background-color: rgb(207,249,69); }
div.DivClassName
{
background-color: #CFF945;
}
.BgClassName
{
background-color: #CFF945;
}
</style>
border-color css
<style>
span { border-color: #CFF945; }
span { border-color: rgb(207,249,69); }
td.TdClassName
{
border-color: #CFF945;
}
.TagClassName
{
border-color: #CFF945;
}
</style>