Html Css Color HEX #48BD44 Fruit Salad

📋 copy color: '#48BD44'

red 72 ◦ green 189 ◦ blue 68

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

Shades of Fruit Salad #48BD44

Tints of Fruit Salad #48BD44

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.45%

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 21.88%
G = 57.45%
B = 20.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#48BD44 (or 0x48BD44) is known color: Fruit Salad. HEX triplet: 48, BD and 44. RGB value is (72,189,68). Sum of RGB (Red+Green+Blue) = 72+189+68=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 189 (74.22% from 255 or 57.45% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BD44 is #B742BB. Grayscale: #8C8C8C. Windows color (decimal): -12010172 or 4504904. OLE color: 4504904.

HSL color Cylindrical-coordinate representation of color #48BD44: hue angle of 118.02º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48BD44 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 189 68 -
CMYK 0.62 0 0.64 0.26
HSL 118.02º 0.48% 0.5% -
HSV(B) 118.02º 0.64% 0.74% -
XYZ 21.91 38.19 11.69 -
YUV 140.22 87.24 79.34 -
System Red Green Blue C M Y K H S L
Decimal 72 189 68 0.62 0 0.64 0.26 118.02 0.48 0.5
Hex 48 BD 44 3E 0 40 1A 76 30 32
Octal 110 275 104 76 0 100 32 166 60 62
Binary 1001000 10111101 1000100 111110 0 1000000 11010 1110110 110000 110010

Color Harmonies of #48BD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD44

Black with #48BD44

Text Example


Text Example

White with #48BD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,189,68); }

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

background-color css

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

 a { background-color: rgb(72,189,68); }

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

border-color css

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

 span { border-color: rgb(72,189,68); }

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