Html Css Color HEX #48AF40 Fruit Salad

📋 copy color: '#48AF40'

red 72 ◦ green 175 ◦ blue 64

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

Shades of Fruit Salad #48AF40

Tints of Fruit Salad #48AF40

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.27%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 23.15%
G = 56.27%
B = 20.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#48AF40 (or 0x48AF40) is known color: Fruit Salad. HEX triplet: 48, AF and 40. RGB value is (72,175,64). Sum of RGB (Red+Green+Blue) = 72+175+64=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AF40 is #B750BF. Grayscale: #838383. Windows color (decimal): -12013760 or 4239176. OLE color: 4239176.

HSL color Cylindrical-coordinate representation of color #48AF40: hue angle of 115.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48AF40 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 175 64 -
CMYK 0.59 0 0.63 0.31
HSL 115.68º 0.46% 0.47% -
HSV(B) 115.68º 0.63% 0.69% -
XYZ 18.93 32.41 10.11 -
YUV 131.55 89.88 85.53 -
System Red Green Blue C M Y K H S L
Decimal 72 175 64 0.59 0 0.63 0.31 115.68 0.46 0.47
Hex 48 AF 40 3B 0 3F 1F 74 2E 2F
Octal 110 257 100 73 0 77 37 164 56 57
Binary 1001000 10101111 1000000 111011 0 111111 11111 1110100 101110 101111

Color Harmonies of #48AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AF40

Black with #48AF40

Text Example


Text Example

White with #48AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,175,64); }

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

background-color css

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

 a { background-color: rgb(72,175,64); }

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

border-color css

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

 span { border-color: rgb(72,175,64); }

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