Html Css Color HEX #48BD46 Fruit Salad

📋 copy color: '#48BD46'

red 72 ◦ green 189 ◦ blue 70

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

Shades of Fruit Salad #48BD46

Tints of Fruit Salad #48BD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.15%

R = 21.75%
G = 57.1%
B = 21.15%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#48BD46 (or 0x48BD46) is known color: Fruit Salad. HEX triplet: 48, BD and 46. RGB value is (72,189,70). Sum of RGB (Red+Green+Blue) = 72+189+70=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BD46 is #B742B9. Grayscale: #8C8C8C. Windows color (decimal): -12010170 or 4635976. OLE color: 4635976.

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

Color convert

RGB 72 189 70 -
CMYK 0.62 0 0.63 0.26
HSL 118.99º 0.47% 0.51% -
HSV(B) 118.99º 0.63% 0.74% -
XYZ 21.98 38.22 12.01 -
YUV 140.45 88.24 79.18 -
System Red Green Blue C M Y K H S L
Decimal 72 189 70 0.62 0 0.63 0.26 118.99 0.47 0.51
Hex 48 BD 46 3E 0 3F 1A 77 2F 33
Octal 110 275 106 76 0 77 32 167 57 63
Binary 1001000 10111101 1000110 111110 0 111111 11010 1110111 101111 110011

Color Harmonies of #48BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD46

Black with #48BD46

Text Example


Text Example

White with #48BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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