Html Css Color HEX #48BF4A Fruit Salad

📋 copy color: '#48BF4A'

red 72 ◦ green 191 ◦ blue 74

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

Shades of Fruit Salad #48BF4A

Tints of Fruit Salad #48BF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 56.68%

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

R = 21.36%
G = 56.68%
B = 21.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#48BF4A (or 0x48BF4A) is known color: Fruit Salad. HEX triplet: 48, BF and 4A. RGB value is (72,191,74). Sum of RGB (Red+Green+Blue) = 72+191+74=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BF4A is #B740B5. Grayscale: #8E8E8E. Windows color (decimal): -12009654 or 4898632. OLE color: 4898632.

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

Color convert

RGB 72 191 74 -
CMYK 0.62 0 0.61 0.25
HSL 121.01º 0.48% 0.52% -
HSV(B) 121.01º 0.62% 0.75% -
XYZ 22.54 39.13 12.84 -
YUV 142.08 89.58 78.01 -
System Red Green Blue C M Y K H S L
Decimal 72 191 74 0.62 0 0.61 0.25 121.01 0.48 0.52
Hex 48 BF 4A 3E 0 3D 19 79 30 34
Octal 110 277 112 76 0 75 31 171 60 64
Binary 1001000 10111111 1001010 111110 0 111101 11001 1111001 110000 110100

Color Harmonies of #48BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF4A

Black with #48BF4A

Text Example


Text Example

White with #48BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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