Shades of Pear #CFF136
Tints of Pear #CFF136
RGB
CMYK
RGB Variations
Color information
#CFF136 (or 0xCFF136) is known color: Pear. HEX triplet: CF, F1 and 36. RGB value is (207,241,54). Sum of RGB (Red+Green+Blue) = 207+241+54=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 54 (21.48% from 255 or 10.76% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF136 is #300EC9. Grayscale: #D2D2D2. Windows color (decimal): -3149514 or 3600847. OLE color: 3600847.
HSL color Cylindrical-coordinate representation of color #CFF136: hue angle of 70.91º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFF136 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 54 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.05 |
| HSL | 70.91º | 0.87% | 0.58% | - |
| HSV(B) | 70.91º | 0.78% | 0.95% | - |
| XYZ | 57.85 | 76.44 | 15.2 | - |
| YUV | 209.52 | 40.24 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 54 | 0.14 | 0 | 0.78 | 0.05 | 70.91 | 0.87 | 0.58 |
| Hex | CF | F1 | 36 | E | 0 | 4E | 5 | 47 | 57 | 3A |
| Octal | 317 | 361 | 66 | 16 | 0 | 116 | 5 | 107 | 127 | 72 |
| Binary | 11001111 | 11110001 | 110110 | 1110 | 0 | 1001110 | 101 | 1000111 | 1010111 | 111010 |
Color Harmonies of #CFF136
Complementary color
Monochromatic Colors of #CFF136
Black with #CFF136
Text Example
Text Example
White with #CFF136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF136; }
p { color: rgb(207,241,54); }
H1.HeaderClassName
{
color: #CFF136;
}
.AnyTagClassName
{
color: #CFF136;
}
</style>
background-color css
<style>
a { background-color: #CFF136; }
a { background-color: rgb(207,241,54); }
div.DivClassName
{
background-color: #CFF136;
}
.BgClassName
{
background-color: #CFF136;
}
</style>
border-color css
<style>
span { border-color: #CFF136; }
span { border-color: rgb(207,241,54); }
td.TdClassName
{
border-color: #CFF136;
}
.TagClassName
{
border-color: #CFF136;
}
</style>