Html Css Color HEX #4DB053 Fruit Salad

📋 copy color: '#4DB053'

red 77 ◦ green 176 ◦ blue 83

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

Shades of Fruit Salad #4DB053

Tints of Fruit Salad #4DB053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.38%

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 22.92%
G = 52.38%
B = 24.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#4DB053 (or 0x4DB053) is known color: Fruit Salad. HEX triplet: 4D, B0 and 53. RGB value is (77,176,83). Sum of RGB (Red+Green+Blue) = 77+176+83=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB053 is #B24FAC. Grayscale: #888888. Windows color (decimal): -11685805 or 5484621. OLE color: 5484621.

HSL color Cylindrical-coordinate representation of color #4DB053: hue angle of 123.64º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB053 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 176 83 -
CMYK 0.56 0 0.53 0.31
HSL 123.64º 0.39% 0.5% -
HSV(B) 123.64º 0.56% 0.69% -
XYZ 20.15 33.25 13.54 -
YUV 135.8 98.2 86.06 -
System Red Green Blue C M Y K H S L
Decimal 77 176 83 0.56 0 0.53 0.31 123.64 0.39 0.5
Hex 4D B0 53 38 0 35 1F 7C 27 32
Octal 115 260 123 70 0 65 37 174 47 62
Binary 1001101 10110000 1010011 111000 0 110101 11111 1111100 100111 110010

Color Harmonies of #4DB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB053

Black with #4DB053

Text Example


Text Example

White with #4DB053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,176,83); }

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

background-color css

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

 a { background-color: rgb(77,176,83); }

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

border-color css

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

 span { border-color: rgb(77,176,83); }

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