Shades of Pear #CFF146
Tints of Pear #CFF146
RGB
CMYK
RGB Variations
Color information
#CFF146 (or 0xCFF146) is known color: Pear. HEX triplet: CF, F1 and 46. RGB value is (207,241,70). Sum of RGB (Red+Green+Blue) = 207+241+70=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF146 is #300EB9. Grayscale: #D3D3D3. Windows color (decimal): -3149498 or 4649423. OLE color: 4649423.
HSL color Cylindrical-coordinate representation of color #CFF146: hue angle of 71.93º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFF146 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 70 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.05 |
| HSL | 71.93º | 0.86% | 0.61% | - |
| HSV(B) | 71.93º | 0.71% | 0.95% | - |
| XYZ | 58.29 | 76.62 | 17.51 | - |
| YUV | 211.34 | 48.24 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 70 | 0.14 | 0 | 0.71 | 0.05 | 71.93 | 0.86 | 0.61 |
| Hex | CF | F1 | 46 | E | 0 | 47 | 5 | 48 | 56 | 3D |
| Octal | 317 | 361 | 106 | 16 | 0 | 107 | 5 | 110 | 126 | 75 |
| Binary | 11001111 | 11110001 | 1000110 | 1110 | 0 | 1000111 | 101 | 1001000 | 1010110 | 111101 |
Color Harmonies of #CFF146
Complementary color
Monochromatic Colors of #CFF146
Black with #CFF146
Text Example
Text Example
White with #CFF146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF146; }
p { color: rgb(207,241,70); }
H1.HeaderClassName
{
color: #CFF146;
}
.AnyTagClassName
{
color: #CFF146;
}
</style>
background-color css
<style>
a { background-color: #CFF146; }
a { background-color: rgb(207,241,70); }
div.DivClassName
{
background-color: #CFF146;
}
.BgClassName
{
background-color: #CFF146;
}
</style>
border-color css
<style>
span { border-color: #CFF146; }
span { border-color: rgb(207,241,70); }
td.TdClassName
{
border-color: #CFF146;
}
.TagClassName
{
border-color: #CFF146;
}
</style>