Html Css Color HEX #4DB94B Fruit Salad

📋 copy color: '#4DB94B'

red 77 ◦ green 185 ◦ blue 75

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

Shades of Fruit Salad #4DB94B

Tints of Fruit Salad #4DB94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.9%

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

R = 22.85%
G = 54.9%
B = 22.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#4DB94B (or 0x4DB94B) is known color: Fruit Salad. HEX triplet: 4D, B9 and 4B. RGB value is (77,185,75). Sum of RGB (Red+Green+Blue) = 77+185+75=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB94B is #B246B4. Grayscale: #8C8C8C. Windows color (decimal): -11683509 or 4962637. OLE color: 4962637.

HSL color Cylindrical-coordinate representation of color #4DB94B: hue angle of 118.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB94B is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 185 75 -
CMYK 0.58 0 0.59 0.27
HSL 118.91º 0.44% 0.51% -
HSV(B) 118.91º 0.59% 0.73% -
XYZ 21.68 36.78 12.61 -
YUV 140.17 91.22 82.94 -
System Red Green Blue C M Y K H S L
Decimal 77 185 75 0.58 0 0.59 0.27 118.91 0.44 0.51
Hex 4D B9 4B 3A 0 3B 1B 77 2C 33
Octal 115 271 113 72 0 73 33 167 54 63
Binary 1001101 10111001 1001011 111010 0 111011 11011 1110111 101100 110011

Color Harmonies of #4DB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB94B

Black with #4DB94B

Text Example


Text Example

White with #4DB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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