Html Css Color HEX #48C24D Fruit Salad

📋 copy color: '#48C24D'

red 72 ◦ green 194 ◦ blue 77

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

Shades of Fruit Salad #48C24D

Tints of Fruit Salad #48C24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.56%

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 20.99%
G = 56.56%
B = 22.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#48C24D (or 0x48C24D) is known color: Fruit Salad. HEX triplet: 48, C2 and 4D. RGB value is (72,194,77). Sum of RGB (Red+Green+Blue) = 72+194+77=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #48C24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C24D is #B73DB2. Grayscale: #909090. Windows color (decimal): -12008883 or 5096008. OLE color: 5096008.

HSL color Cylindrical-coordinate representation of color #48C24D: hue angle of 122.46º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C24D is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 194 77 -
CMYK 0.63 0 0.60 0.24
HSL 122.46º 0.5% 0.52% -
HSV(B) 122.46º 0.63% 0.76% -
XYZ 23.3 40.5 13.61 -
YUV 144.18 90.08 76.51 -
System Red Green Blue C M Y K H S L
Decimal 72 194 77 0.63 0 0.60 0.24 122.46 0.5 0.52
Hex 48 C2 4D 3F 0 3C 18 7A 32 34
Octal 110 302 115 77 0 74 30 172 62 64
Binary 1001000 11000010 1001101 111111 0 111100 11000 1111010 110010 110100

Color Harmonies of #48C24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C24D

Black with #48C24D

Text Example


Text Example

White with #48C24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,194,77); }

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

background-color css

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

 a { background-color: rgb(72,194,77); }

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

border-color css

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

 span { border-color: rgb(72,194,77); }

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