Shades of Pear #CFF127
Tints of Pear #CFF127
RGB
CMYK
RGB Variations
Color information
#CFF127 (or 0xCFF127) is known color: Pear. HEX triplet: CF, F1 and 27. RGB value is (207,241,39). Sum of RGB (Red+Green+Blue) = 207+241+39=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 39 (15.62% from 255 or 8.01% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF127 is #300ED8. Grayscale: #D0D0D0. Windows color (decimal): -3149529 or 2617807. OLE color: 2617807.
HSL color Cylindrical-coordinate representation of color #CFF127: hue angle of 70.1º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFF127 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 39 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.05 |
| HSL | 70.1º | 0.88% | 0.55% | - |
| HSV(B) | 70.1º | 0.84% | 0.95% | - |
| XYZ | 57.55 | 76.32 | 13.62 | - |
| YUV | 207.81 | 32.74 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 39 | 0.14 | 0 | 0.84 | 0.05 | 70.1 | 0.88 | 0.55 |
| Hex | CF | F1 | 27 | E | 0 | 54 | 5 | 46 | 58 | 37 |
| Octal | 317 | 361 | 47 | 16 | 0 | 124 | 5 | 106 | 130 | 67 |
| Binary | 11001111 | 11110001 | 100111 | 1110 | 0 | 1010100 | 101 | 1000110 | 1011000 | 110111 |
Color Harmonies of #CFF127
Complementary color
Monochromatic Colors of #CFF127
Black with #CFF127
Text Example
Text Example
White with #CFF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF127; }
p { color: rgb(207,241,39); }
H1.HeaderClassName
{
color: #CFF127;
}
.AnyTagClassName
{
color: #CFF127;
}
</style>
background-color css
<style>
a { background-color: #CFF127; }
a { background-color: rgb(207,241,39); }
div.DivClassName
{
background-color: #CFF127;
}
.BgClassName
{
background-color: #CFF127;
}
</style>
border-color css
<style>
span { border-color: #CFF127; }
span { border-color: rgb(207,241,39); }
td.TdClassName
{
border-color: #CFF127;
}
.TagClassName
{
border-color: #CFF127;
}
</style>