Html Css Color HEX #4DAF3F Fruit Salad

📋 copy color: '#4DAF3F'

red 77 ◦ green 175 ◦ blue 63

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

Shades of Fruit Salad #4DAF3F

Tints of Fruit Salad #4DAF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.56%

 BLUE value IS 63 (25% from 255) = 20%

R = 24.44%
G = 55.56%
B = 20%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#4DAF3F (or 0x4DAF3F) is known color: Fruit Salad. HEX triplet: 4D, AF and 3F. RGB value is (77,175,63). Sum of RGB (Red+Green+Blue) = 77+175+63=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAF3F is #B250C0. Grayscale: #858585. Windows color (decimal): -11686081 or 4173645. OLE color: 4173645.

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

Color convert

RGB 77 175 63 -
CMYK 0.56 0 0.64 0.31
HSL 112.5º 0.47% 0.47% -
HSV(B) 112.5º 0.64% 0.69% -
XYZ 19.29 32.6 9.98 -
YUV 132.93 88.53 88.11 -
System Red Green Blue C M Y K H S L
Decimal 77 175 63 0.56 0 0.64 0.31 112.5 0.47 0.47
Hex 4D AF 3F 38 0 40 1F 70 2F 2F
Octal 115 257 77 70 0 100 37 160 57 57
Binary 1001101 10101111 111111 111000 0 1000000 11111 1110000 101111 101111

Color Harmonies of #4DAF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAF3F

Black with #4DAF3F

Text Example


Text Example

White with #4DAF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,175,63); }

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

background-color css

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

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

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

border-color css

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

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

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