#4BCA5A

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

Shades of Fern #4BCA5A

Tints of Fern #4BCA5A

Color information

#4BCA5A (or 0x4BCA5A) is unknown color: approx Fern. HEX triplet: 4B, CA and 5A. RGB value is (75,202,90). Sum of RGB (Red+Green+Blue) = 75+202+90=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #4BCA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCA5A is #B435A5. Grayscale: #979797. Windows color (decimal): -11810214 or 5950027. OLE color: 5950027.

HSL color Cylindrical-coordinate representation of color #4BCA5A: hue angle of 127.09º 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 #4BCA5A is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB7520290-
CMYK0.6300.550.21
HSL127.09º54.51%54.31%-
HSV(B)127.09º62.87%79.22%-
XYZ25.8744.4816.89-
YUV151.2693.4273.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.44%
GREEN value IS 202 (79.30% from 255) = 55.04%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=20.44%
G=55.04%
B=24.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75202900.6300.550.21127.0954.5154.31
Hex4BCA5A3F037157f3736
Octal11331213277067251776766
Binary10010111100101010110101111110110111101011111111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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