Html Css Color HEX #4DB260 Fruit Salad

📋 copy color: '#4DB260'

red 77 ◦ green 178 ◦ blue 96

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

Shades of Fruit Salad #4DB260

Tints of Fruit Salad #4DB260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.35%

R = 21.94%
G = 50.71%
B = 27.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#4DB260 (or 0x4DB260) is known color: Fruit Salad. HEX triplet: 4D, B2 and 60. RGB value is (77,178,96). Sum of RGB (Red+Green+Blue) = 77+178+96=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB260 is #B24D9F. Grayscale: #8A8A8A. Windows color (decimal): -11685280 or 6337101. OLE color: 6337101.

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

Color convert

RGB 77 178 96 -
CMYK 0.57 0 0.46 0.30
HSL 131.29º 0.4% 0.5% -
HSV(B) 131.29º 0.57% 0.7% -
XYZ 21.09 34.26 16.57 -
YUV 138.45 104.04 84.17 -
System Red Green Blue C M Y K H S L
Decimal 77 178 96 0.57 0 0.46 0.30 131.29 0.4 0.5
Hex 4D B2 60 39 0 2E 1E 83 28 32
Octal 115 262 140 71 0 56 36 203 50 62
Binary 1001101 10110010 1100000 111001 0 101110 11110 10000011 101000 110010

Color Harmonies of #4DB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB260

Black with #4DB260

Text Example


Text Example

White with #4DB260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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