Html Css Color HEX #48BA4D Fruit Salad

📋 copy color: '#48BA4D'

red 72 ◦ green 186 ◦ blue 77

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

Shades of Fruit Salad #48BA4D

Tints of Fruit Salad #48BA4D

RGB

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

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

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

R = 21.49%
G = 55.52%
B = 22.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#48BA4D (or 0x48BA4D) is known color: Fruit Salad. HEX triplet: 48, BA and 4D. RGB value is (72,186,77). Sum of RGB (Red+Green+Blue) = 72+186+77=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BA4D is #B745B2. Grayscale: #8B8B8B. Windows color (decimal): -12010931 or 5093960. OLE color: 5093960.

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

Color convert

RGB 72 186 77 -
CMYK 0.61 0 0.59 0.27
HSL 122.63º 0.45% 0.51% -
HSV(B) 122.63º 0.61% 0.73% -
XYZ 21.57 37.03 13.03 -
YUV 139.49 92.73 79.86 -
System Red Green Blue C M Y K H S L
Decimal 72 186 77 0.61 0 0.59 0.27 122.63 0.45 0.51
Hex 48 BA 4D 3D 0 3B 1B 7B 2D 33
Octal 110 272 115 75 0 73 33 173 55 63
Binary 1001000 10111010 1001101 111101 0 111011 11011 1111011 101101 110011

Color Harmonies of #48BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BA4D

Black with #48BA4D

Text Example


Text Example

White with #48BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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