#4BBE60

Color #4BBE60 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #4BBE60

Tints of Fern #4BBE60

Color information

#4BBE60 (or 0x4BBE60) is unknown color: approx Fern. HEX triplet: 4B, BE and 60. RGB value is (75,190,96). Sum of RGB (Red+Green+Blue) = 75+190+96=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBE60 is #B4419F. Grayscale: #919191. Windows color (decimal): -11813280 or 6340171. OLE color: 6340171.

HSL color Cylindrical-coordinate representation of color #4BBE60: hue angle of 130.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBE60 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB7519096-
CMYK0.6100.490.25
HSL130.96º46.94%51.96%-
HSV(B)130.96º60.53%74.51%-
XYZ23.4339.1717.39-
YUV144.9100.478.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 20.78%
GREEN value IS 190 (74.61% from 255) = 52.63%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=20.78%
G=52.63%
B=26.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75190960.6100.490.25130.9646.9451.96
Hex4BBE603D03119832f34
Octal11327614075061312035764
Binary100101110111110110000011110101100011100110000011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BBE60; }

 p { color: rgb(75,190,96); }

 H1.HeaderClassName
 {
   color: #4BBE60;
 }
 .AnyTagClassName
 {
   color: #4BBE60;
 }
</style>
background-color css

<style>
 a { background-color: #4BBE60; }

 a { background-color: rgb(75,190,96); }

 div.DivClassName
 {
   background-color: #4BBE60;
 }
 .BgClassName
 {
   background-color: #4BBE60;
 }
</style>
border-color css

<style>
 span { border-color: #4BBE60; }

 span { border-color: rgb(75,190,96); }

 td.TdClassName
 {
   border-color: #4BBE60;
 }
 .TagClassName
 {
   border-color: #4BBE60;
 }
</style>