Html Css Color HEX #48CB54 Fruit Salad

📋 copy color: '#48CB54'

red 72 ◦ green 203 ◦ blue 84

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

Shades of Fruit Salad #48CB54

Tints of Fruit Salad #48CB54

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.55%

 BLUE value IS 84 (33.2% from 255) = 23.4%

R = 20.06%
G = 56.55%
B = 23.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#48CB54 (or 0x48CB54) is known color: Fruit Salad. HEX triplet: 48, CB and 54. RGB value is (72,203,84). Sum of RGB (Red+Green+Blue) = 72+203+84=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CB54 is #B734AB. Grayscale: #969696. Windows color (decimal): -12006572 or 5557064. OLE color: 5557064.

HSL color Cylindrical-coordinate representation of color #48CB54: hue angle of 125.5º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CB54 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 203 84 -
CMYK 0.65 0 0.59 0.20
HSL 125.5º 0.56% 0.54% -
HSV(B) 125.5º 0.65% 0.8% -
XYZ 25.63 44.73 15.67 -
YUV 150.27 90.6 72.18 -
System Red Green Blue C M Y K H S L
Decimal 72 203 84 0.65 0 0.59 0.20 125.5 0.56 0.54
Hex 48 CB 54 41 0 3B 14 7D 38 36
Octal 110 313 124 101 0 73 24 175 70 66
Binary 1001000 11001011 1010100 1000001 0 111011 10100 1111101 111000 110110

Color Harmonies of #48CB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CB54

Black with #48CB54

Text Example


Text Example

White with #48CB54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,203,84); }

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

background-color css

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

 a { background-color: rgb(72,203,84); }

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

border-color css

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

 span { border-color: rgb(72,203,84); }

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