Html Css Color HEX #4BC050 Fruit Salad

📋 copy color: '#4BC050'

red 75 ◦ green 192 ◦ blue 80

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

Shades of Fruit Salad #4BC050

Tints of Fruit Salad #4BC050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.33%

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 21.61%
G = 55.33%
B = 23.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#4BC050 (or 0x4BC050) is known color: Fruit Salad. HEX triplet: 4B, C0 and 50. RGB value is (75,192,80). Sum of RGB (Red+Green+Blue) = 75+192+80=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC050 is #B43FAF. Grayscale: #909090. Windows color (decimal): -11812784 or 5292107. OLE color: 5292107.

HSL color Cylindrical-coordinate representation of color #4BC050: hue angle of 122.56º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC050 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 192 80 -
CMYK 0.61 0 0.58 0.25
HSL 122.56º 0.48% 0.52% -
HSV(B) 122.56º 0.61% 0.75% -
XYZ 23.2 39.77 14.04 -
YUV 144.25 91.74 78.61 -
System Red Green Blue C M Y K H S L
Decimal 75 192 80 0.61 0 0.58 0.25 122.56 0.48 0.52
Hex 4B C0 50 3D 0 3A 19 7B 30 34
Octal 113 300 120 75 0 72 31 173 60 64
Binary 1001011 11000000 1010000 111101 0 111010 11001 1111011 110000 110100

Color Harmonies of #4BC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC050

Black with #4BC050

Text Example


Text Example

White with #4BC050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,192,80); }

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

background-color css

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

 a { background-color: rgb(75,192,80); }

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

border-color css

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

 span { border-color: rgb(75,192,80); }

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