Html Css Color HEX #4DBA4A Fruit Salad

📋 copy color: '#4DBA4A'

red 77 ◦ green 186 ◦ blue 74

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

Shades of Fruit Salad #4DBA4A

Tints of Fruit Salad #4DBA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.19%

 BLUE value IS 74 (29.3% from 255) = 21.96%

R = 22.85%
G = 55.19%
B = 21.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#4DBA4A (or 0x4DBA4A) is known color: Fruit Salad. HEX triplet: 4D, BA and 4A. RGB value is (77,186,74). Sum of RGB (Red+Green+Blue) = 77+186+74=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBA4A is #B245B5. Grayscale: #8C8C8C. Windows color (decimal): -11683254 or 4897357. OLE color: 4897357.

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

Color convert

RGB 77 186 74 -
CMYK 0.59 0 0.60 0.27
HSL 118.39º 0.45% 0.51% -
HSV(B) 118.39º 0.6% 0.73% -
XYZ 21.86 37.19 12.51 -
YUV 140.64 90.39 82.61 -
System Red Green Blue C M Y K H S L
Decimal 77 186 74 0.59 0 0.60 0.27 118.39 0.45 0.51
Hex 4D BA 4A 3B 0 3C 1B 76 2D 33
Octal 115 272 112 73 0 74 33 166 55 63
Binary 1001101 10111010 1001010 111011 0 111100 11011 1110110 101101 110011

Color Harmonies of #4DBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBA4A

Black with #4DBA4A

Text Example


Text Example

White with #4DBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,186,74); }

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

background-color css

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

 a { background-color: rgb(77,186,74); }

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

border-color css

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

 span { border-color: rgb(77,186,74); }

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