Html Css Color HEX #4DC148 Fruit Salad

📋 copy color: '#4DC148'

red 77 ◦ green 193 ◦ blue 72

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

Shades of Fruit Salad #4DC148

Tints of Fruit Salad #4DC148

RGB

 RED value IS 77 (30.47% from 255) = 22.51%

 GREEN value IS 193 (75.78% from 255) = 56.43%

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 22.51%
G = 56.43%
B = 21.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#4DC148 (or 0x4DC148) is known color: Fruit Salad. HEX triplet: 4D, C1 and 48. RGB value is (77,193,72). Sum of RGB (Red+Green+Blue) = 77+193+72=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC148 is #B23EB7. Grayscale: #909090. Windows color (decimal): -11681464 or 4768077. OLE color: 4768077.

HSL color Cylindrical-coordinate representation of color #4DC148: hue angle of 117.52º degrees, saturation: 0.49, 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 #4DC148 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 193 72 -
CMYK 0.60 0 0.63 0.24
HSL 117.52º 0.49% 0.52% -
HSV(B) 117.52º 0.63% 0.76% -
XYZ 23.3 40.19 12.66 -
YUV 144.52 87.07 79.84 -
System Red Green Blue C M Y K H S L
Decimal 77 193 72 0.60 0 0.63 0.24 117.52 0.49 0.52
Hex 4D C1 48 3C 0 3F 18 76 31 34
Octal 115 301 110 74 0 77 30 166 61 64
Binary 1001101 11000001 1001000 111100 0 111111 11000 1110110 110001 110100

Color Harmonies of #4DC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC148

Black with #4DC148

Text Example


Text Example

White with #4DC148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DC148; }

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

 H1.HeaderClassName
 {
   color: #4DC148;
 }
 .AnyTagClassName
 {
   color: #4DC148;
 }
</style>

background-color css

<style>
 a { background-color: #4DC148; }

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

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

border-color css

<style>
 span { border-color: #4DC148; }

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

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