Html Css Color HEX #4BA940 Fruit Salad

📋 copy color: '#4BA940'

red 75 ◦ green 169 ◦ blue 64

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

Shades of Fruit Salad #4BA940

Tints of Fruit Salad #4BA940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 54.87%

 BLUE value IS 64 (25.39% from 255) = 20.78%

R = 24.35%
G = 54.87%
B = 20.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#4BA940 (or 0x4BA940) is known color: Fruit Salad. HEX triplet: 4B, A9 and 40. RGB value is (75,169,64). Sum of RGB (Red+Green+Blue) = 75+169+64=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA940 is #B456BF. Grayscale: #818181. Windows color (decimal): -11818688 or 4237643. OLE color: 4237643.

HSL color Cylindrical-coordinate representation of color #4BA940: hue angle of 113.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BA940 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 75 169 64 -
CMYK 0.56 0 0.62 0.34
HSL 113.71º 0.45% 0.46% -
HSV(B) 113.71º 0.62% 0.66% -
XYZ 18.02 30.24 9.74 -
YUV 128.92 91.36 89.54 -
System Red Green Blue C M Y K H S L
Decimal 75 169 64 0.56 0 0.62 0.34 113.71 0.45 0.46
Hex 4B A9 40 38 0 3E 22 72 2D 2E
Octal 113 251 100 70 0 76 42 162 55 56
Binary 1001011 10101001 1000000 111000 0 111110 100010 1110010 101101 101110

Color Harmonies of #4BA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA940

Black with #4BA940

Text Example


Text Example

White with #4BA940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,169,64); }

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

background-color css

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

 a { background-color: rgb(75,169,64); }

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

border-color css

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

 span { border-color: rgb(75,169,64); }

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