Html Css Color HEX #48BA40 Fruit Salad

📋 copy color: '#48BA40'

red 72 ◦ green 186 ◦ blue 64

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

Shades of Fruit Salad #48BA40

Tints of Fruit Salad #48BA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.76%

 BLUE value IS 64 (25.39% from 255) = 19.88%

R = 22.36%
G = 57.76%
B = 19.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#48BA40 (or 0x48BA40) is known color: Fruit Salad. HEX triplet: 48, BA and 40. RGB value is (72,186,64). Sum of RGB (Red+Green+Blue) = 72+186+64=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BA40 is #B745BF. Grayscale: #8A8A8A. Windows color (decimal): -12010944 or 4241992. OLE color: 4241992.

HSL color Cylindrical-coordinate representation of color #48BA40: hue angle of 116.07º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48BA40 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 186 64 -
CMYK 0.61 0 0.66 0.27
HSL 116.07º 0.49% 0.49% -
HSV(B) 116.07º 0.66% 0.73% -
XYZ 21.16 36.87 10.85 -
YUV 138.01 86.23 80.92 -
System Red Green Blue C M Y K H S L
Decimal 72 186 64 0.61 0 0.66 0.27 116.07 0.49 0.49
Hex 48 BA 40 3D 0 42 1B 74 31 31
Octal 110 272 100 75 0 102 33 164 61 61
Binary 1001000 10111010 1000000 111101 0 1000010 11011 1110100 110001 110001

Color Harmonies of #48BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA40

Black with #48BA40

Text Example


Text Example

White with #48BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,186,64); }

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

background-color css

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

 a { background-color: rgb(72,186,64); }

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

border-color css

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

 span { border-color: rgb(72,186,64); }

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