Html Css Color HEX #48B752 Fruit Salad

📋 copy color: '#48B752'

red 72 ◦ green 183 ◦ blue 82

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

Shades of Fruit Salad #48B752

Tints of Fruit Salad #48B752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.3%

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 21.36%
G = 54.3%
B = 24.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#48B752 (or 0x48B752) is known color: Fruit Salad. HEX triplet: 48, B7 and 52. RGB value is (72,183,82). Sum of RGB (Red+Green+Blue) = 72+183+82=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #48B752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B752 is #B748AD. Grayscale: #8A8A8A. Windows color (decimal): -12011694 or 5420872. OLE color: 5420872.

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

Color convert

RGB 72 183 82 -
CMYK 0.61 0 0.55 0.28
HSL 125.41º 0.44% 0.5% -
HSV(B) 125.41º 0.61% 0.72% -
XYZ 21.13 35.85 13.79 -
YUV 138.3 96.23 80.71 -
System Red Green Blue C M Y K H S L
Decimal 72 183 82 0.61 0 0.55 0.28 125.41 0.44 0.5
Hex 48 B7 52 3D 0 37 1C 7D 2C 32
Octal 110 267 122 75 0 67 34 175 54 62
Binary 1001000 10110111 1010010 111101 0 110111 11100 1111101 101100 110010

Color Harmonies of #48B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B752

Black with #48B752

Text Example


Text Example

White with #48B752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,183,82); }

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

background-color css

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

 a { background-color: rgb(72,183,82); }

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

border-color css

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

 span { border-color: rgb(72,183,82); }

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