Html Css Color HEX #4DC34B Fruit Salad

📋 copy color: '#4DC34B'

red 77 ◦ green 195 ◦ blue 75

#4DC34B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #4DC34B

Tints of Fruit Salad #4DC34B

RGB

 RED value IS 77 (30.47% from 255) = 22.19%

 GREEN value IS 195 (76.56% from 255) = 56.2%

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 22.19%
G = 56.2%
B = 21.61%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#4DC34B (or 0x4DC34B) is known color: Fruit Salad. HEX triplet: 4D, C3 and 4B. RGB value is (77,195,75). Sum of RGB (Red+Green+Blue) = 77+195+75=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC34B is #B23CB4. Grayscale: #929292. Windows color (decimal): -11680949 or 4965197. OLE color: 4965197.

HSL color Cylindrical-coordinate representation of color #4DC34B: hue angle of 119º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC34B is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 195 75 -
CMYK 0.61 0 0.62 0.24
HSL 119º 0.5% 0.53% -
HSV(B) 119º 0.62% 0.76% -
XYZ 23.85 41.12 13.34 -
YUV 146.04 87.91 78.76 -
System Red Green Blue C M Y K H S L
Decimal 77 195 75 0.61 0 0.62 0.24 119 0.5 0.53
Hex 4D C3 4B 3D 0 3E 18 77 32 35
Octal 115 303 113 75 0 76 30 167 62 65
Binary 1001101 11000011 1001011 111101 0 111110 11000 1110111 110010 110101

Color Harmonies of #4DC34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC34B

Black with #4DC34B

Text Example


Text Example

White with #4DC34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,195,75); }

 H1.HeaderClassName
 {
   color: #4DC34B;
 }
 .AnyTagClassName
 {
   color: #4DC34B;
 }
</style>

background-color css

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

 a { background-color: rgb(77,195,75); }

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

border-color css

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

 span { border-color: rgb(77,195,75); }

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