#4CB95F

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

Shades of Fern #4CB95F

Tints of Fern #4CB95F

Color information

#4CB95F (or 0x4CB95F) is unknown color: approx Fern. HEX triplet: 4C, B9 and 5F. RGB value is (76,185,95). Sum of RGB (Red+Green+Blue) = 76+185+95=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB95F is #B346A0. Grayscale: #8E8E8E. Windows color (decimal): -11749025 or 6273356. OLE color: 6273356.

HSL color Cylindrical-coordinate representation of color #4CB95F: hue angle of 130.46º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB95F is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB7618595-
CMYK0.5900.490.27
HSL130.46º43.78%51.18%-
HSV(B)130.46º58.92%72.55%-
XYZ22.437.0616.8-
YUV142.15101.3980.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 185 (72.66% from 255) = 51.97%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=21.35%
G=51.97%
B=26.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76185950.5900.490.27130.4643.7851.18
Hex4CB95F3B0311B822c33
Octal11427113773061332025463
Binary100110010111001101111111101101100011101110000010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,185,95); }

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

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

 a { background-color: rgb(76,185,95); }

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

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

 span { border-color: rgb(76,185,95); }

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