Html Css Color HEX #48BE4D Fruit Salad

📋 copy color: '#48BE4D'

red 72 ◦ green 190 ◦ blue 77

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

Shades of Fruit Salad #48BE4D

Tints of Fruit Salad #48BE4D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.05%

 BLUE value IS 77 (30.47% from 255) = 22.71%

R = 21.24%
G = 56.05%
B = 22.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#48BE4D (or 0x48BE4D) is known color: Fruit Salad. HEX triplet: 48, BE and 4D. RGB value is (72,190,77). Sum of RGB (Red+Green+Blue) = 72+190+77=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE4D is #B741B2. Grayscale: #8E8E8E. Windows color (decimal): -12009907 or 5094984. OLE color: 5094984.

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

Color convert

RGB 72 190 77 -
CMYK 0.62 0 0.59 0.25
HSL 122.54º 0.48% 0.51% -
HSV(B) 122.54º 0.62% 0.75% -
XYZ 22.43 38.74 13.32 -
YUV 141.84 91.41 78.19 -
System Red Green Blue C M Y K H S L
Decimal 72 190 77 0.62 0 0.59 0.25 122.54 0.48 0.51
Hex 48 BE 4D 3E 0 3B 19 7B 30 33
Octal 110 276 115 76 0 73 31 173 60 63
Binary 1001000 10111110 1001101 111110 0 111011 11001 1111011 110000 110011

Color Harmonies of #48BE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE4D

Black with #48BE4D

Text Example


Text Example

White with #48BE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,190,77); }

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

background-color css

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

 a { background-color: rgb(72,190,77); }

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

border-color css

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

 span { border-color: rgb(72,190,77); }

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