Html Css Color HEX #48BF5D Fruit Salad

📋 copy color: '#48BF5D'

red 72 ◦ green 191 ◦ blue 93

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

Shades of Fruit Salad #48BF5D

Tints of Fruit Salad #48BF5D

RGB

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

 GREEN value IS 191 (75% from 255) = 53.65%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 20.22%
G = 53.65%
B = 26.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#48BF5D (or 0x48BF5D) is known color: Fruit Salad. HEX triplet: 48, BF and 5D. RGB value is (72,191,93). Sum of RGB (Red+Green+Blue) = 72+191+93=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BF5D is #B740A2. Grayscale: #909090. Windows color (decimal): -12009635 or 6143816. OLE color: 6143816.

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

Color convert

RGB 72 191 93 -
CMYK 0.62 0 0.51 0.25
HSL 130.59º 0.48% 0.52% -
HSV(B) 130.59º 0.62% 0.75% -
XYZ 23.28 39.43 16.74 -
YUV 144.25 99.08 76.47 -
System Red Green Blue C M Y K H S L
Decimal 72 191 93 0.62 0 0.51 0.25 130.59 0.48 0.52
Hex 48 BF 5D 3E 0 33 19 83 30 34
Octal 110 277 135 76 0 63 31 203 60 64
Binary 1001000 10111111 1011101 111110 0 110011 11001 10000011 110000 110100

Color Harmonies of #48BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF5D

Black with #48BF5D

Text Example


Text Example

White with #48BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,191,93); }

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

background-color css

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

 a { background-color: rgb(72,191,93); }

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

border-color css

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

 span { border-color: rgb(72,191,93); }

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