Html Css Color HEX #48BC44 Fruit Salad

📋 copy color: '#48BC44'

red 72 ◦ green 188 ◦ blue 68

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

Shades of Fruit Salad #48BC44

Tints of Fruit Salad #48BC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.32%

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

R = 21.95%
G = 57.32%
B = 20.73%

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

#48BC44 (or 0x48BC44) is known color: Fruit Salad. HEX triplet: 48, BC and 44. RGB value is (72,188,68). Sum of RGB (Red+Green+Blue) = 72+188+68=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BC44 is #B743BB. Grayscale: #8B8B8B. Windows color (decimal): -12010428 or 4504648. OLE color: 4504648.

HSL color Cylindrical-coordinate representation of color #48BC44: hue angle of 118º degrees, saturation: 0.47, 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 #48BC44 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 188 68 -
CMYK 0.62 0 0.64 0.26
HSL 118º 0.47% 0.5% -
HSV(B) 118º 0.64% 0.74% -
XYZ 21.7 37.76 11.61 -
YUV 139.64 87.57 79.76 -
System Red Green Blue C M Y K H S L
Decimal 72 188 68 0.62 0 0.64 0.26 118 0.47 0.5
Hex 48 BC 44 3E 0 40 1A 76 2F 32
Octal 110 274 104 76 0 100 32 166 57 62
Binary 1001000 10111100 1000100 111110 0 1000000 11010 1110110 101111 110010

Color Harmonies of #48BC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC44

Black with #48BC44

Text Example


Text Example

White with #48BC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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