Html Css Color HEX #48B85C Fruit Salad

📋 copy color: '#48B85C'

red 72 ◦ green 184 ◦ blue 92

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

Shades of Fruit Salad #48B85C

Tints of Fruit Salad #48B85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 20.69%
G = 52.87%
B = 26.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#48B85C (or 0x48B85C) is known color: Fruit Salad. HEX triplet: 48, B8 and 5C. RGB value is (72,184,92). Sum of RGB (Red+Green+Blue) = 72+184+92=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #48B85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B85C is #B747A3. Grayscale: #8C8C8C. Windows color (decimal): -12011428 or 6076488. OLE color: 6076488.

HSL color Cylindrical-coordinate representation of color #48B85C: hue angle of 130.71º 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 #48B85C is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 184 92 -
CMYK 0.61 0 0.50 0.28
HSL 130.71º 0.44% 0.5% -
HSV(B) 130.71º 0.61% 0.72% -
XYZ 21.74 36.43 16.01 -
YUV 140.02 100.89 79.48 -
System Red Green Blue C M Y K H S L
Decimal 72 184 92 0.61 0 0.50 0.28 130.71 0.44 0.5
Hex 48 B8 5C 3D 0 32 1C 83 2C 32
Octal 110 270 134 75 0 62 34 203 54 62
Binary 1001000 10111000 1011100 111101 0 110010 11100 10000011 101100 110010

Color Harmonies of #48B85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B85C

Black with #48B85C

Text Example


Text Example

White with #48B85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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