Html Css Color HEX #4DB25B Fruit Salad

📋 copy color: '#4DB25B'

red 77 ◦ green 178 ◦ blue 91

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

Shades of Fruit Salad #4DB25B

Tints of Fruit Salad #4DB25B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.45%

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 22.25%
G = 51.45%
B = 26.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#4DB25B (or 0x4DB25B) is known color: Fruit Salad. HEX triplet: 4D, B2 and 5B. RGB value is (77,178,91). Sum of RGB (Red+Green+Blue) = 77+178+91=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB25B is #B24DA4. Grayscale: #8A8A8A. Windows color (decimal): -11685285 or 6009421. OLE color: 6009421.

HSL color Cylindrical-coordinate representation of color #4DB25B: hue angle of 128.32º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB25B is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 178 91 -
CMYK 0.57 0 0.49 0.30
HSL 128.32º 0.4% 0.5% -
HSV(B) 128.32º 0.57% 0.7% -
XYZ 20.87 34.17 15.39 -
YUV 137.88 101.54 84.57 -
System Red Green Blue C M Y K H S L
Decimal 77 178 91 0.57 0 0.49 0.30 128.32 0.4 0.5
Hex 4D B2 5B 39 0 31 1E 80 28 32
Octal 115 262 133 71 0 61 36 200 50 62
Binary 1001101 10110010 1011011 111001 0 110001 11110 10000000 101000 110010

Color Harmonies of #4DB25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB25B

Black with #4DB25B

Text Example


Text Example

White with #4DB25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,178,91); }

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

background-color css

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

 a { background-color: rgb(77,178,91); }

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

border-color css

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

 span { border-color: rgb(77,178,91); }

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