Html Css Color HEX #48B84A Fruit Salad

📋 copy color: '#48B84A'

red 72 ◦ green 184 ◦ blue 74

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

Shades of Fruit Salad #48B84A

Tints of Fruit Salad #48B84A

RGB

 RED value IS 72 (28.52% from 255) = 21.82%

 GREEN value IS 184 (72.27% from 255) = 55.76%

 BLUE value IS 74 (29.3% from 255) = 22.42%

R = 21.82%
G = 55.76%
B = 22.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#48B84A (or 0x48B84A) is known color: Fruit Salad. HEX triplet: 48, B8 and 4A. RGB value is (72,184,74). Sum of RGB (Red+Green+Blue) = 72+184+74=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #48B84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B84A is #B747B5. Grayscale: #8A8A8A. Windows color (decimal): -12011446 or 4896840. OLE color: 4896840.

HSL color Cylindrical-coordinate representation of color #48B84A: hue angle of 121.07º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B84A is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 184 74 -
CMYK 0.61 0 0.60 0.28
HSL 121.07º 0.44% 0.5% -
HSV(B) 121.07º 0.61% 0.72% -
XYZ 21.05 36.15 12.35 -
YUV 137.97 91.89 80.94 -
System Red Green Blue C M Y K H S L
Decimal 72 184 74 0.61 0 0.60 0.28 121.07 0.44 0.5
Hex 48 B8 4A 3D 0 3C 1C 79 2C 32
Octal 110 270 112 75 0 74 34 171 54 62
Binary 1001000 10111000 1001010 111101 0 111100 11100 1111001 101100 110010

Color Harmonies of #48B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B84A

Black with #48B84A

Text Example


Text Example

White with #48B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48B84A; }

 p { color: rgb(72,184,74); }

 H1.HeaderClassName
 {
   color: #48B84A;
 }
 .AnyTagClassName
 {
   color: #48B84A;
 }
</style>

background-color css

<style>
 a { background-color: #48B84A; }

 a { background-color: rgb(72,184,74); }

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

border-color css

<style>
 span { border-color: #48B84A; }

 span { border-color: rgb(72,184,74); }

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