Html Css Color HEX #4DA25B Fruit Salad

📋 copy color: '#4DA25B'

red 77 ◦ green 162 ◦ blue 91

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

Shades of Fruit Salad #4DA25B

Tints of Fruit Salad #4DA25B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.09%

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

R = 23.33%
G = 49.09%
B = 27.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#4DA25B (or 0x4DA25B) is known color: Fruit Salad. HEX triplet: 4D, A2 and 5B. RGB value is (77,162,91). Sum of RGB (Red+Green+Blue) = 77+162+91=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA25B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA25B is #B25DA4. Grayscale: #808080. Windows color (decimal): -11689381 or 6005325. OLE color: 6005325.

HSL color Cylindrical-coordinate representation of color #4DA25B: hue angle of 129.88º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA25B is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 162 91 -
CMYK 0.52 0 0.44 0.36
HSL 129.88º 0.36% 0.47% -
HSV(B) 129.88º 0.52% 0.64% -
XYZ 17.87 28.17 14.39 -
YUV 128.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 77 162 91 0.52 0 0.44 0.36 129.88 0.36 0.47
Hex 4D A2 5B 34 0 2C 24 82 24 2F
Octal 115 242 133 64 0 54 44 202 44 57
Binary 1001101 10100010 1011011 110100 0 101100 100100 10000010 100100 101111

Color Harmonies of #4DA25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA25B

Black with #4DA25B

Text Example


Text Example

White with #4DA25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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