#4BBC62

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

Shades of Fern #4BBC62

Tints of Fern #4BBC62

Color information

#4BBC62 (or 0x4BBC62) is unknown color: approx Fern. HEX triplet: 4B, BC and 62. RGB value is (75,188,98). Sum of RGB (Red+Green+Blue) = 75+188+98=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC62 is #B4439D. Grayscale: #909090. Windows color (decimal): -11813790 or 6470731. OLE color: 6470731.

HSL color Cylindrical-coordinate representation of color #4BBC62: hue angle of 132.21º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC62 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB7518898-
CMYK0.6000.480.26
HSL132.21º45.75%51.57%-
HSV(B)132.21º60.11%73.73%-
XYZ23.0938.3417.74-
YUV143.95102.0678.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.78%
GREEN value IS 188 (73.83% from 255) = 52.08%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=20.78%
G=52.08%
B=27.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75188980.6000.480.26132.2145.7551.57
Hex4BBC623C0301A842e34
Octal11327414274060322045664
Binary100101110111100110001011110001100001101010000100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,188,98); }

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

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

 a { background-color: rgb(75,188,98); }

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

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

 span { border-color: rgb(75,188,98); }

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