Html Css Color HEX #4DB64B Fruit Salad

📋 copy color: '#4DB64B'

red 77 ◦ green 182 ◦ blue 75

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

Shades of Fruit Salad #4DB64B

Tints of Fruit Salad #4DB64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.49%

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 23.05%
G = 54.49%
B = 22.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#4DB64B (or 0x4DB64B) is known color: Fruit Salad. HEX triplet: 4D, B6 and 4B. RGB value is (77,182,75). Sum of RGB (Red+Green+Blue) = 77+182+75=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB64B is #B249B4. Grayscale: #8A8A8A. Windows color (decimal): -11684277 or 4961869. OLE color: 4961869.

HSL color Cylindrical-coordinate representation of color #4DB64B: hue angle of 118.88º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB64B is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 182 75 -
CMYK 0.58 0 0.59 0.29
HSL 118.88º 0.42% 0.5% -
HSV(B) 118.88º 0.59% 0.71% -
XYZ 21.06 35.54 12.41 -
YUV 138.41 92.21 84.2 -
System Red Green Blue C M Y K H S L
Decimal 77 182 75 0.58 0 0.59 0.29 118.88 0.42 0.5
Hex 4D B6 4B 3A 0 3B 1D 77 2A 32
Octal 115 266 113 72 0 73 35 167 52 62
Binary 1001101 10110110 1001011 111010 0 111011 11101 1110111 101010 110010

Color Harmonies of #4DB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB64B

Black with #4DB64B

Text Example


Text Example

White with #4DB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,182,75); }

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

background-color css

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

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

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

border-color css

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

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

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