Html Css Color HEX #4BA13F Fruit Salad

📋 copy color: '#4BA13F'

red 75 ◦ green 161 ◦ blue 63

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

Shades of Fruit Salad #4BA13F

Tints of Fruit Salad #4BA13F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.85%

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

R = 25.08%
G = 53.85%
B = 21.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#4BA13F (or 0x4BA13F) is known color: Fruit Salad. HEX triplet: 4B, A1 and 3F. RGB value is (75,161,63). Sum of RGB (Red+Green+Blue) = 75+161+63=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA13F is #B45EC0. Grayscale: #7C7C7C. Windows color (decimal): -11820737 or 4170059. OLE color: 4170059.

HSL color Cylindrical-coordinate representation of color #4BA13F: hue angle of 112.65º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BA13F is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 161 63 -
CMYK 0.53 0 0.61 0.37
HSL 112.65º 0.44% 0.44% -
HSV(B) 112.65º 0.61% 0.63% -
XYZ 16.54 27.34 9.11 -
YUV 124.11 93.51 92.97 -
System Red Green Blue C M Y K H S L
Decimal 75 161 63 0.53 0 0.61 0.37 112.65 0.44 0.44
Hex 4B A1 3F 35 0 3D 25 71 2C 2C
Octal 113 241 77 65 0 75 45 161 54 54
Binary 1001011 10100001 111111 110101 0 111101 100101 1110001 101100 101100

Color Harmonies of #4BA13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA13F

Black with #4BA13F

Text Example


Text Example

White with #4BA13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,161,63); }

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

background-color css

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

 a { background-color: rgb(75,161,63); }

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

border-color css

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

 span { border-color: rgb(75,161,63); }

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