Shades of Pear #CFF944
Tints of Pear #CFF944
RGB
CMYK
RGB Variations
Color information
#CFF944 (or 0xCFF944) is known color: Pear. HEX triplet: CF, F9 and 44. RGB value is (207,249,68). Sum of RGB (Red+Green+Blue) = 207+249+68=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 68 (26.95% from 255 or 12.98% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF944 is #3006BB. Grayscale: #D8D8D8. Windows color (decimal): -3147452 or 4520399. OLE color: 4520399.
HSL color Cylindrical-coordinate representation of color #CFF944: hue angle of 73.92º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFF944 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 68 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.02 |
| HSL | 73.92º | 0.94% | 0.62% | - |
| HSV(B) | 73.92º | 0.73% | 0.98% | - |
| XYZ | 60.65 | 81.43 | 17.99 | - |
| YUV | 215.81 | 44.59 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 68 | 0.17 | 0 | 0.73 | 0.02 | 73.92 | 0.94 | 0.62 |
| Hex | CF | F9 | 44 | 11 | 0 | 49 | 2 | 4A | 5E | 3E |
| Octal | 317 | 371 | 104 | 21 | 0 | 111 | 2 | 112 | 136 | 76 |
| Binary | 11001111 | 11111001 | 1000100 | 10001 | 0 | 1001001 | 10 | 1001010 | 1011110 | 111110 |
Color Harmonies of #CFF944
Complementary color
Monochromatic Colors of #CFF944
Black with #CFF944
Text Example
Text Example
White with #CFF944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF944; }
p { color: rgb(207,249,68); }
H1.HeaderClassName
{
color: #CFF944;
}
.AnyTagClassName
{
color: #CFF944;
}
</style>
background-color css
<style>
a { background-color: #CFF944; }
a { background-color: rgb(207,249,68); }
div.DivClassName
{
background-color: #CFF944;
}
.BgClassName
{
background-color: #CFF944;
}
</style>
border-color css
<style>
span { border-color: #CFF944; }
span { border-color: rgb(207,249,68); }
td.TdClassName
{
border-color: #CFF944;
}
.TagClassName
{
border-color: #CFF944;
}
</style>