Html Css Color HEX #48B242 Fruit Salad

📋 copy color: '#48B242'

red 72 ◦ green 178 ◦ blue 66

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

Shades of Fruit Salad #48B242

Tints of Fruit Salad #48B242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.33%

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 22.78%
G = 56.33%
B = 20.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#48B242 (or 0x48B242) is known color: Fruit Salad. HEX triplet: 48, B2 and 42. RGB value is (72,178,66). Sum of RGB (Red+Green+Blue) = 72+178+66=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #48B242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48B242 is #B74DBD. Grayscale: #858585. Windows color (decimal): -12012990 or 4371016. OLE color: 4371016.

HSL color Cylindrical-coordinate representation of color #48B242: hue angle of 116.79º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48B242 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 178 66 -
CMYK 0.60 0 0.63 0.30
HSL 116.79º 0.46% 0.48% -
HSV(B) 116.79º 0.63% 0.7% -
XYZ 19.58 33.61 10.61 -
YUV 133.54 89.88 84.11 -
System Red Green Blue C M Y K H S L
Decimal 72 178 66 0.60 0 0.63 0.30 116.79 0.46 0.48
Hex 48 B2 42 3C 0 3F 1E 75 2E 30
Octal 110 262 102 74 0 77 36 165 56 60
Binary 1001000 10110010 1000010 111100 0 111111 11110 1110101 101110 110000

Color Harmonies of #48B242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B242

Black with #48B242

Text Example


Text Example

White with #48B242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,178,66); }

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

background-color css

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

 a { background-color: rgb(72,178,66); }

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

border-color css

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

 span { border-color: rgb(72,178,66); }

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