Html Css Color HEX #48C24B Fruit Salad

📋 copy color: '#48C24B'

red 72 ◦ green 194 ◦ blue 75

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

Shades of Fruit Salad #48C24B

Tints of Fruit Salad #48C24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 21.11%
G = 56.89%
B = 21.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#48C24B (or 0x48C24B) is known color: Fruit Salad. HEX triplet: 48, C2 and 4B. RGB value is (72,194,75). Sum of RGB (Red+Green+Blue) = 72+194+75=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #48C24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C24B is #B73DB4. Grayscale: #909090. Windows color (decimal): -12008885 or 4964936. OLE color: 4964936.

HSL color Cylindrical-coordinate representation of color #48C24B: hue angle of 121.48º 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 #48C24B is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 194 75 -
CMYK 0.63 0 0.61 0.24
HSL 121.48º 0.5% 0.52% -
HSV(B) 121.48º 0.63% 0.76% -
XYZ 23.23 40.47 13.24 -
YUV 143.96 89.08 76.68 -
System Red Green Blue C M Y K H S L
Decimal 72 194 75 0.63 0 0.61 0.24 121.48 0.5 0.52
Hex 48 C2 4B 3F 0 3D 18 79 32 34
Octal 110 302 113 77 0 75 30 171 62 64
Binary 1001000 11000010 1001011 111111 0 111101 11000 1111001 110010 110100

Color Harmonies of #48C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C24B

Black with #48C24B

Text Example


Text Example

White with #48C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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