Html Css Color HEX #4DBD4D Fruit Salad

📋 copy color: '#4DBD4D'

red 77 ◦ green 189 ◦ blue 77

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

Shades of Fruit Salad #4DBD4D

Tints of Fruit Salad #4DBD4D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.1%

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 22.45%
G = 55.1%
B = 22.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#4DBD4D (or 0x4DBD4D) is known color: Fruit Salad. HEX triplet: 4D, BD and 4D. RGB value is (77,189,77). Sum of RGB (Red+Green+Blue) = 77+189+77=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBD4D is #B242B2. Grayscale: #8F8F8F. Windows color (decimal): -11682483 or 5094733. OLE color: 5094733.

HSL color Cylindrical-coordinate representation of color #4DBD4D: hue angle of 120º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBD4D is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 189 77 -
CMYK 0.59 0 0.59 0.26
HSL 120º 0.46% 0.52% -
HSV(B) 120º 0.59% 0.74% -
XYZ 22.6 38.51 13.26 -
YUV 142.74 90.89 81.11 -
System Red Green Blue C M Y K H S L
Decimal 77 189 77 0.59 0 0.59 0.26 120 0.46 0.52
Hex 4D BD 4D 3B 0 3B 1A 78 2E 34
Octal 115 275 115 73 0 73 32 170 56 64
Binary 1001101 10111101 1001101 111011 0 111011 11010 1111000 101110 110100

Color Harmonies of #4DBD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBD4D

Black with #4DBD4D

Text Example


Text Example

White with #4DBD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,189,77); }

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

background-color css

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

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

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

border-color css

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

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

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