#4CBF5F

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

Shades of Fern #4CBF5F

Tints of Fern #4CBF5F

Color information

#4CBF5F (or 0x4CBF5F) is unknown color: approx Fern. HEX triplet: 4C, BF and 5F. RGB value is (76,191,95). Sum of RGB (Red+Green+Blue) = 76+191+95=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBF5F is #B340A0. Grayscale: #919191. Windows color (decimal): -11747489 or 6274892. OLE color: 6274892.

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

Color convert

RGB7619195-
CMYK0.6000.500.25
HSL129.91º47.33%52.35%-
HSV(B)129.91º60.21%74.9%-
XYZ23.6839.6217.23-
YUV145.6799.478.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.99%
GREEN value IS 191 (75% from 255) = 52.76%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=20.99%
G=52.76%
B=26.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76191950.6000.500.25129.9147.3352.35
Hex4CBF5F3C03219822f34
Octal11427713774062312025764
Binary100110010111111101111111110001100101100110000010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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