Html Css Color HEX #48A242 Fruit Salad

📋 copy color: '#48A242'

red 72 ◦ green 162 ◦ blue 66

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

Shades of Fruit Salad #48A242

Tints of Fruit Salad #48A242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54%

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

R = 24%
G = 54%
B = 22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#48A242 (or 0x48A242) is known color: Fruit Salad. HEX triplet: 48, A2 and 42. RGB value is (72,162,66). Sum of RGB (Red+Green+Blue) = 72+162+66=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #48A242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A242 is #B75DBD. Grayscale: #7C7C7C. Windows color (decimal): -12017086 or 4366920. OLE color: 4366920.

HSL color Cylindrical-coordinate representation of color #48A242: hue angle of 116.25º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48A242 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 162 66 -
CMYK 0.56 0 0.59 0.36
HSL 116.25º 0.42% 0.45% -
HSV(B) 116.25º 0.59% 0.64% -
XYZ 16.58 27.61 9.61 -
YUV 124.15 95.18 90.81 -
System Red Green Blue C M Y K H S L
Decimal 72 162 66 0.56 0 0.59 0.36 116.25 0.42 0.45
Hex 48 A2 42 38 0 3B 24 74 2A 2D
Octal 110 242 102 70 0 73 44 164 52 55
Binary 1001000 10100010 1000010 111000 0 111011 100100 1110100 101010 101101

Color Harmonies of #48A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A242

Black with #48A242

Text Example


Text Example

White with #48A242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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