Shades of Pear #CFF138
Tints of Pear #CFF138
RGB
CMYK
RGB Variations
Color information
#CFF138 (or 0xCFF138) is known color: Pear. HEX triplet: CF, F1 and 38. RGB value is (207,241,56). Sum of RGB (Red+Green+Blue) = 207+241+56=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF138 is #300EC7. Grayscale: #D2D2D2. Windows color (decimal): -3149512 or 3731919. OLE color: 3731919.
HSL color Cylindrical-coordinate representation of color #CFF138: hue angle of 71.03º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFF138 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 56 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.05 |
| HSL | 71.03º | 0.87% | 0.58% | - |
| HSV(B) | 71.03º | 0.77% | 0.95% | - |
| XYZ | 57.9 | 76.46 | 15.45 | - |
| YUV | 209.74 | 41.24 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 56 | 0.14 | 0 | 0.77 | 0.05 | 71.03 | 0.87 | 0.58 |
| Hex | CF | F1 | 38 | E | 0 | 4D | 5 | 47 | 57 | 3A |
| Octal | 317 | 361 | 70 | 16 | 0 | 115 | 5 | 107 | 127 | 72 |
| Binary | 11001111 | 11110001 | 111000 | 1110 | 0 | 1001101 | 101 | 1000111 | 1010111 | 111010 |
Color Harmonies of #CFF138
Complementary color
Monochromatic Colors of #CFF138
Black with #CFF138
Text Example
Text Example
White with #CFF138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF138; }
p { color: rgb(207,241,56); }
H1.HeaderClassName
{
color: #CFF138;
}
.AnyTagClassName
{
color: #CFF138;
}
</style>
background-color css
<style>
a { background-color: #CFF138; }
a { background-color: rgb(207,241,56); }
div.DivClassName
{
background-color: #CFF138;
}
.BgClassName
{
background-color: #CFF138;
}
</style>
border-color css
<style>
span { border-color: #CFF138; }
span { border-color: rgb(207,241,56); }
td.TdClassName
{
border-color: #CFF138;
}
.TagClassName
{
border-color: #CFF138;
}
</style>