Html Css Color HEX #4B9850 Fruit Salad

📋 copy color: '#4B9850'

red 75 ◦ green 152 ◦ blue 80

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

Shades of Fruit Salad #4B9850

Tints of Fruit Salad #4B9850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.51%

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

R = 24.43%
G = 49.51%
B = 26.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#4B9850 (or 0x4B9850) is known color: Fruit Salad. HEX triplet: 4B, 98 and 50. RGB value is (75,152,80). Sum of RGB (Red+Green+Blue) = 75+152+80=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #4B9850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9850 is #B467AF. Grayscale: #787878. Windows color (decimal): -11823024 or 5281867. OLE color: 5281867.

HSL color Cylindrical-coordinate representation of color #4B9850: hue angle of 123.9º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9850 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 75 152 80 -
CMYK 0.51 0 0.47 0.40
HSL 123.9º 0.34% 0.45% -
HSV(B) 123.9º 0.51% 0.6% -
XYZ 15.58 24.53 11.5 -
YUV 120.77 104.99 95.35 -
System Red Green Blue C M Y K H S L
Decimal 75 152 80 0.51 0 0.47 0.40 123.9 0.34 0.45
Hex 4B 98 50 33 0 2F 28 7C 22 2D
Octal 113 230 120 63 0 57 50 174 42 55
Binary 1001011 10011000 1010000 110011 0 101111 101000 1111100 100010 101101

Color Harmonies of #4B9850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9850

Black with #4B9850

Text Example


Text Example

White with #4B9850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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