Shades of Pear #CFF139
Tints of Pear #CFF139
RGB
CMYK
RGB Variations
Color information
#CFF139 (or 0xCFF139) is known color: Pear. HEX triplet: CF, F1 and 39. RGB value is (207,241,57). Sum of RGB (Red+Green+Blue) = 207+241+57=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 57 (22.66% from 255 or 11.29% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF139 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF139 is #300EC6. Grayscale: #D2D2D2. Windows color (decimal): -3149511 or 3797455. OLE color: 3797455.
HSL color Cylindrical-coordinate representation of color #CFF139: hue angle of 71.09º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFF139 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 57 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.05 |
| HSL | 71.09º | 0.87% | 0.58% | - |
| HSV(B) | 71.09º | 0.76% | 0.95% | - |
| XYZ | 57.93 | 76.47 | 15.58 | - |
| YUV | 209.86 | 41.74 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 57 | 0.14 | 0 | 0.76 | 0.05 | 71.09 | 0.87 | 0.58 |
| Hex | CF | F1 | 39 | E | 0 | 4C | 5 | 47 | 57 | 3A |
| Octal | 317 | 361 | 71 | 16 | 0 | 114 | 5 | 107 | 127 | 72 |
| Binary | 11001111 | 11110001 | 111001 | 1110 | 0 | 1001100 | 101 | 1000111 | 1010111 | 111010 |
Color Harmonies of #CFF139
Complementary color
Monochromatic Colors of #CFF139
Black with #CFF139
Text Example
Text Example
White with #CFF139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF139; }
p { color: rgb(207,241,57); }
H1.HeaderClassName
{
color: #CFF139;
}
.AnyTagClassName
{
color: #CFF139;
}
</style>
background-color css
<style>
a { background-color: #CFF139; }
a { background-color: rgb(207,241,57); }
div.DivClassName
{
background-color: #CFF139;
}
.BgClassName
{
background-color: #CFF139;
}
</style>
border-color css
<style>
span { border-color: #CFF139; }
span { border-color: rgb(207,241,57); }
td.TdClassName
{
border-color: #CFF139;
}
.TagClassName
{
border-color: #CFF139;
}
</style>