Shades of Pear #CFF844
Tints of Pear #CFF844
RGB
CMYK
RGB Variations
Color information
#CFF844 (or 0xCFF844) is known color: Pear. HEX triplet: CF, F8 and 44. RGB value is (207,248,68). Sum of RGB (Red+Green+Blue) = 207+248+68=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 68 (26.95% from 255 or 13.00% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF844 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF844 is #3007BB. Grayscale: #D7D7D7. Windows color (decimal): -3147708 or 4520143. OLE color: 4520143.
HSL color Cylindrical-coordinate representation of color #CFF844: hue angle of 73.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFF844 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 68 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.03 |
| HSL | 73.67º | 0.93% | 0.62% | - |
| HSV(B) | 73.67º | 0.73% | 0.97% | - |
| XYZ | 60.34 | 80.82 | 17.89 | - |
| YUV | 215.22 | 44.92 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 68 | 0.17 | 0 | 0.73 | 0.03 | 73.67 | 0.93 | 0.62 |
| Hex | CF | F8 | 44 | 11 | 0 | 49 | 3 | 4A | 5D | 3E |
| Octal | 317 | 370 | 104 | 21 | 0 | 111 | 3 | 112 | 135 | 76 |
| Binary | 11001111 | 11111000 | 1000100 | 10001 | 0 | 1001001 | 11 | 1001010 | 1011101 | 111110 |
Color Harmonies of #CFF844
Complementary color
Monochromatic Colors of #CFF844
Black with #CFF844
Text Example
Text Example
White with #CFF844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF844; }
p { color: rgb(207,248,68); }
H1.HeaderClassName
{
color: #CFF844;
}
.AnyTagClassName
{
color: #CFF844;
}
</style>
background-color css
<style>
a { background-color: #CFF844; }
a { background-color: rgb(207,248,68); }
div.DivClassName
{
background-color: #CFF844;
}
.BgClassName
{
background-color: #CFF844;
}
</style>
border-color css
<style>
span { border-color: #CFF844; }
span { border-color: rgb(207,248,68); }
td.TdClassName
{
border-color: #CFF844;
}
.TagClassName
{
border-color: #CFF844;
}
</style>