Html Css Color HEX #4BAC5A Fruit Salad

📋 copy color: '#4BAC5A'

red 75 ◦ green 172 ◦ blue 90

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

Shades of Fruit Salad #4BAC5A

Tints of Fruit Salad #4BAC5A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.04%

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 22.26%
G = 51.04%
B = 26.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#4BAC5A (or 0x4BAC5A) is known color: Fruit Salad. HEX triplet: 4B, AC and 5A. RGB value is (75,172,90). Sum of RGB (Red+Green+Blue) = 75+172+90=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC5A is #B453A5. Grayscale: #858585. Windows color (decimal): -11817894 or 5942347. OLE color: 5942347.

HSL color Cylindrical-coordinate representation of color #4BAC5A: hue angle of 129.28º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC5A is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 172 90 -
CMYK 0.56 0 0.48 0.33
HSL 129.28º 0.39% 0.48% -
HSV(B) 129.28º 0.56% 0.67% -
XYZ 19.5 31.74 14.77 -
YUV 133.65 103.36 86.17 -
System Red Green Blue C M Y K H S L
Decimal 75 172 90 0.56 0 0.48 0.33 129.28 0.39 0.48
Hex 4B AC 5A 38 0 30 21 81 27 30
Octal 113 254 132 70 0 60 41 201 47 60
Binary 1001011 10101100 1011010 111000 0 110000 100001 10000001 100111 110000

Color Harmonies of #4BAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAC5A

Black with #4BAC5A

Text Example


Text Example

White with #4BAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,172,90); }

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

background-color css

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

 a { background-color: rgb(75,172,90); }

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

border-color css

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

 span { border-color: rgb(75,172,90); }

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