Html Css Color HEX #4DBA4B Fruit Salad

📋 copy color: '#4DBA4B'

red 77 ◦ green 186 ◦ blue 75

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

Shades of Fruit Salad #4DBA4B

Tints of Fruit Salad #4DBA4B

RGB

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

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

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

R = 22.78%
G = 55.03%
B = 22.19%

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

#4DBA4B (or 0x4DBA4B) is known color: Fruit Salad. HEX triplet: 4D, BA and 4B. RGB value is (77,186,75). Sum of RGB (Red+Green+Blue) = 77+186+75=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBA4B is #B245B4. Grayscale: #8D8D8D. Windows color (decimal): -11683253 or 4962893. OLE color: 4962893.

HSL color Cylindrical-coordinate representation of color #4DBA4B: hue angle of 118.92º 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 #4DBA4B is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 186 75 -
CMYK 0.59 0 0.60 0.27
HSL 118.92º 0.45% 0.51% -
HSV(B) 118.92º 0.6% 0.73% -
XYZ 21.89 37.2 12.68 -
YUV 140.76 90.89 82.53 -
System Red Green Blue C M Y K H S L
Decimal 77 186 75 0.59 0 0.60 0.27 118.92 0.45 0.51
Hex 4D BA 4B 3B 0 3C 1B 77 2D 33
Octal 115 272 113 73 0 74 33 167 55 63
Binary 1001101 10111010 1001011 111011 0 111100 11011 1110111 101101 110011

Color Harmonies of #4DBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBA4B

Black with #4DBA4B

Text Example


Text Example

White with #4DBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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