Html Css Color HEX #48C04C Fruit Salad

📋 copy color: '#48C04C'

red 72 ◦ green 192 ◦ blue 76

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

Shades of Fruit Salad #48C04C

Tints of Fruit Salad #48C04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.47%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 21.18%
G = 56.47%
B = 22.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#48C04C (or 0x48C04C) is known color: Fruit Salad. HEX triplet: 48, C0 and 4C. RGB value is (72,192,76). Sum of RGB (Red+Green+Blue) = 72+192+76=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #48C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C04C is #B73FB3. Grayscale: #8F8F8F. Windows color (decimal): -12009396 or 5029960. OLE color: 5029960.

HSL color Cylindrical-coordinate representation of color #48C04C: hue angle of 122º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C04C is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 192 76 -
CMYK 0.63 0 0.60 0.25
HSL 122º 0.49% 0.52% -
HSV(B) 122º 0.63% 0.75% -
XYZ 22.83 39.6 13.28 -
YUV 142.9 90.24 77.43 -
System Red Green Blue C M Y K H S L
Decimal 72 192 76 0.63 0 0.60 0.25 122 0.49 0.52
Hex 48 C0 4C 3F 0 3C 19 7A 31 34
Octal 110 300 114 77 0 74 31 172 61 64
Binary 1001000 11000000 1001100 111111 0 111100 11001 1111010 110001 110100

Color Harmonies of #48C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C04C

Black with #48C04C

Text Example


Text Example

White with #48C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,192,76); }

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

background-color css

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

 a { background-color: rgb(72,192,76); }

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

border-color css

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

 span { border-color: rgb(72,192,76); }

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