Html Css Color HEX #48BC4D Fruit Salad

📋 copy color: '#48BC4D'

red 72 ◦ green 188 ◦ blue 77

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

Shades of Fruit Salad #48BC4D

Tints of Fruit Salad #48BC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 21.36%
G = 55.79%
B = 22.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#48BC4D (or 0x48BC4D) is known color: Fruit Salad. HEX triplet: 48, BC and 4D. RGB value is (72,188,77). Sum of RGB (Red+Green+Blue) = 72+188+77=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC4D is #B743B2. Grayscale: #8C8C8C. Windows color (decimal): -12010419 or 5094472. OLE color: 5094472.

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

Color convert

RGB 72 188 77 -
CMYK 0.62 0 0.59 0.26
HSL 122.59º 0.46% 0.51% -
HSV(B) 122.59º 0.62% 0.74% -
XYZ 22 37.88 13.17 -
YUV 140.66 92.07 79.03 -
System Red Green Blue C M Y K H S L
Decimal 72 188 77 0.62 0 0.59 0.26 122.59 0.46 0.51
Hex 48 BC 4D 3E 0 3B 1A 7B 2E 33
Octal 110 274 115 76 0 73 32 173 56 63
Binary 1001000 10111100 1001101 111110 0 111011 11010 1111011 101110 110011

Color Harmonies of #48BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BC4D

Black with #48BC4D

Text Example


Text Example

White with #48BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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