Shades of Pear #CFF039
Tints of Pear #CFF039
RGB
CMYK
RGB Variations
Color information
#CFF039 (or 0xCFF039) is known color: Pear. HEX triplet: CF, F0 and 39. RGB value is (207,240,57). Sum of RGB (Red+Green+Blue) = 207+240+57=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 57 (22.66% from 255 or 11.31% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF039 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF039 is #300FC6. Grayscale: #D1D1D1. Windows color (decimal): -3149767 or 3797199. OLE color: 3797199.
HSL color Cylindrical-coordinate representation of color #CFF039: hue angle of 70.82º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFF039 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 57 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.06 |
| HSL | 70.82º | 0.86% | 0.58% | - |
| HSV(B) | 70.82º | 0.76% | 0.94% | - |
| XYZ | 57.63 | 75.88 | 15.48 | - |
| YUV | 209.27 | 42.07 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 57 | 0.14 | 0 | 0.76 | 0.06 | 70.82 | 0.86 | 0.58 |
| Hex | CF | F0 | 39 | E | 0 | 4C | 6 | 47 | 56 | 3A |
| Octal | 317 | 360 | 71 | 16 | 0 | 114 | 6 | 107 | 126 | 72 |
| Binary | 11001111 | 11110000 | 111001 | 1110 | 0 | 1001100 | 110 | 1000111 | 1010110 | 111010 |
Color Harmonies of #CFF039
Complementary color
Monochromatic Colors of #CFF039
Black with #CFF039
Text Example
Text Example
White with #CFF039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF039; }
p { color: rgb(207,240,57); }
H1.HeaderClassName
{
color: #CFF039;
}
.AnyTagClassName
{
color: #CFF039;
}
</style>
background-color css
<style>
a { background-color: #CFF039; }
a { background-color: rgb(207,240,57); }
div.DivClassName
{
background-color: #CFF039;
}
.BgClassName
{
background-color: #CFF039;
}
</style>
border-color css
<style>
span { border-color: #CFF039; }
span { border-color: rgb(207,240,57); }
td.TdClassName
{
border-color: #CFF039;
}
.TagClassName
{
border-color: #CFF039;
}
</style>