Html Css Color HEX #4BAF4D Fruit Salad

📋 copy color: '#4BAF4D'

red 75 ◦ green 175 ◦ blue 77

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

Shades of Fruit Salad #4BAF4D

Tints of Fruit Salad #4BAF4D

RGB

 RED value IS 75 (29.69% from 255) = 22.94%

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

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

R = 22.94%
G = 53.52%
B = 23.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#4BAF4D (or 0x4BAF4D) is known color: Fruit Salad. HEX triplet: 4B, AF and 4D. RGB value is (75,175,77). Sum of RGB (Red+Green+Blue) = 75+175+77=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF4D is #B450B2. Grayscale: #868686. Windows color (decimal): -11817139 or 5091147. OLE color: 5091147.

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

Color convert

RGB 75 175 77 -
CMYK 0.57 0 0.56 0.31
HSL 121.2º 0.4% 0.49% -
HSV(B) 121.2º 0.57% 0.69% -
XYZ 19.57 32.69 12.3 -
YUV 133.93 95.87 85.97 -
System Red Green Blue C M Y K H S L
Decimal 75 175 77 0.57 0 0.56 0.31 121.2 0.4 0.49
Hex 4B AF 4D 39 0 38 1F 79 28 31
Octal 113 257 115 71 0 70 37 171 50 61
Binary 1001011 10101111 1001101 111001 0 111000 11111 1111001 101000 110001

Color Harmonies of #4BAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAF4D

Black with #4BAF4D

Text Example


Text Example

White with #4BAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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