Html Css Color HEX #4BAC46 Fruit Salad

📋 copy color: '#4BAC46'

red 75 ◦ green 172 ◦ blue 70

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

Shades of Fruit Salad #4BAC46

Tints of Fruit Salad #4BAC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.08%

R = 23.66%
G = 54.26%
B = 22.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#4BAC46 (or 0x4BAC46) is known color: Fruit Salad. HEX triplet: 4B, AC and 46. RGB value is (75,172,70). Sum of RGB (Red+Green+Blue) = 75+172+70=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAC46 is #B453B9. Grayscale: #838383. Windows color (decimal): -11817914 or 4631627. OLE color: 4631627.

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

Color convert

RGB 75 172 70 -
CMYK 0.56 0 0.59 0.33
HSL 117.06º 0.42% 0.47% -
HSV(B) 117.06º 0.59% 0.67% -
XYZ 18.76 31.44 10.87 -
YUV 131.37 93.36 87.79 -
System Red Green Blue C M Y K H S L
Decimal 75 172 70 0.56 0 0.59 0.33 117.06 0.42 0.47
Hex 4B AC 46 38 0 3B 21 75 2A 2F
Octal 113 254 106 70 0 73 41 165 52 57
Binary 1001011 10101100 1000110 111000 0 111011 100001 1110101 101010 101111

Color Harmonies of #4BAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAC46

Black with #4BAC46

Text Example


Text Example

White with #4BAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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