Html Css Color HEX #4DB25F Fruit Salad

📋 copy color: '#4DB25F'

red 77 ◦ green 178 ◦ blue 95

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

Shades of Fruit Salad #4DB25F

Tints of Fruit Salad #4DB25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 22%
G = 50.86%
B = 27.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#4DB25F (or 0x4DB25F) is known color: Fruit Salad. HEX triplet: 4D, B2 and 5F. RGB value is (77,178,95). Sum of RGB (Red+Green+Blue) = 77+178+95=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB25F is #B24DA0. Grayscale: #8A8A8A. Windows color (decimal): -11685281 or 6271565. OLE color: 6271565.

HSL color Cylindrical-coordinate representation of color #4DB25F: hue angle of 130.69º 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 #4DB25F is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 178 95 -
CMYK 0.57 0 0.47 0.30
HSL 130.69º 0.4% 0.5% -
HSV(B) 130.69º 0.57% 0.7% -
XYZ 21.05 34.24 16.33 -
YUV 138.34 103.54 84.25 -
System Red Green Blue C M Y K H S L
Decimal 77 178 95 0.57 0 0.47 0.30 130.69 0.4 0.5
Hex 4D B2 5F 39 0 2F 1E 83 28 32
Octal 115 262 137 71 0 57 36 203 50 62
Binary 1001101 10110010 1011111 111001 0 101111 11110 10000011 101000 110010

Color Harmonies of #4DB25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB25F

Black with #4DB25F

Text Example


Text Example

White with #4DB25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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