Html Css Color HEX #4BB13C Fruit Salad

📋 copy color: '#4BB13C'

red 75 ◦ green 177 ◦ blue 60

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

Shades of Fruit Salad #4BB13C

Tints of Fruit Salad #4BB13C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.73%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 24.04%
G = 56.73%
B = 19.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#4BB13C (or 0x4BB13C) is known color: Fruit Salad. HEX triplet: 4B, B1 and 3C. RGB value is (75,177,60). Sum of RGB (Red+Green+Blue) = 75+177+60=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #4BB13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BB13C is #B44EC3. Grayscale: #858585. Windows color (decimal): -11816644 or 3977547. OLE color: 3977547.

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

Color convert

RGB 75 177 60 -
CMYK 0.58 0 0.66 0.31
HSL 112.31º 0.49% 0.46% -
HSV(B) 112.31º 0.66% 0.69% -
XYZ 19.44 33.27 9.67 -
YUV 133.16 86.71 86.51 -
System Red Green Blue C M Y K H S L
Decimal 75 177 60 0.58 0 0.66 0.31 112.31 0.49 0.46
Hex 4B B1 3C 3A 0 42 1F 70 31 2E
Octal 113 261 74 72 0 102 37 160 61 56
Binary 1001011 10110001 111100 111010 0 1000010 11111 1110000 110001 101110

Color Harmonies of #4BB13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB13C

Black with #4BB13C

Text Example


Text Example

White with #4BB13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,177,60); }

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

background-color css

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

 a { background-color: rgb(75,177,60); }

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

border-color css

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

 span { border-color: rgb(75,177,60); }

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