Html Css Color HEX #4DA248 Fruit Salad

📋 copy color: '#4DA248'

red 77 ◦ green 162 ◦ blue 72

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

Shades of Fruit Salad #4DA248

Tints of Fruit Salad #4DA248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.15%

R = 24.76%
G = 52.09%
B = 23.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#4DA248 (or 0x4DA248) is known color: Fruit Salad. HEX triplet: 4D, A2 and 48. RGB value is (77,162,72). Sum of RGB (Red+Green+Blue) = 77+162+72=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA248 is #B25DB7. Grayscale: #7E7E7E. Windows color (decimal): -11689400 or 4760141. OLE color: 4760141.

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

Color convert

RGB 77 162 72 -
CMYK 0.52 0 0.56 0.36
HSL 116.67º 0.38% 0.46% -
HSV(B) 116.67º 0.56% 0.64% -
XYZ 17.15 27.89 10.61 -
YUV 126.33 97.34 92.82 -
System Red Green Blue C M Y K H S L
Decimal 77 162 72 0.52 0 0.56 0.36 116.67 0.38 0.46
Hex 4D A2 48 34 0 38 24 75 26 2E
Octal 115 242 110 64 0 70 44 165 46 56
Binary 1001101 10100010 1001000 110100 0 111000 100100 1110101 100110 101110

Color Harmonies of #4DA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA248

Black with #4DA248

Text Example


Text Example

White with #4DA248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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