#4BCA56

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

Shades of Fern #4BCA56

Tints of Fern #4BCA56

Color information

#4BCA56 (or 0x4BCA56) is unknown color: approx Fern. HEX triplet: 4B, CA and 56. RGB value is (75,202,86). Sum of RGB (Red+Green+Blue) = 75+202+86=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCA56 is #B435A9. Grayscale: #979797. Windows color (decimal): -11810218 or 5687883. OLE color: 5687883.

HSL color Cylindrical-coordinate representation of color #4BCA56: hue angle of 125.2º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCA56 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB7520286-
CMYK0.6300.570.21
HSL125.2º54.51%54.31%-
HSV(B)125.2º62.87%79.22%-
XYZ25.744.4116.02-
YUV150.891.4273.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 202 (79.30% from 255) = 55.65%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=20.66%
G=55.65%
B=23.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75202860.6300.570.21125.254.5154.31
Hex4BCA563F039157d3736
Octal11331212677071251756766
Binary10010111100101010101101111110111001101011111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,202,86); }

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

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

 a { background-color: rgb(75,202,86); }

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

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

 span { border-color: rgb(75,202,86); }

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