Html Css Color HEX #4CAB5D Fruit Salad

📋 copy color: '#4CAB5D'

red 76 ◦ green 171 ◦ blue 93

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

Shades of Fruit Salad #4CAB5D

Tints of Fruit Salad #4CAB5D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.29%

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 22.35%
G = 50.29%
B = 27.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#4CAB5D (or 0x4CAB5D) is known color: Fruit Salad. HEX triplet: 4C, AB and 5D. RGB value is (76,171,93). Sum of RGB (Red+Green+Blue) = 76+171+93=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #4CAB5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAB5D is #B354A2. Grayscale: #858585. Windows color (decimal): -11752611 or 6138700. OLE color: 6138700.

HSL color Cylindrical-coordinate representation of color #4CAB5D: hue angle of 130.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAB5D is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 171 93 -
CMYK 0.56 0 0.46 0.33
HSL 130.74º 0.38% 0.48% -
HSV(B) 130.74º 0.56% 0.67% -
XYZ 19.52 31.45 15.4 -
YUV 133.7 105.03 86.84 -
System Red Green Blue C M Y K H S L
Decimal 76 171 93 0.56 0 0.46 0.33 130.74 0.38 0.48
Hex 4C AB 5D 38 0 2E 21 83 26 30
Octal 114 253 135 70 0 56 41 203 46 60
Binary 1001100 10101011 1011101 111000 0 101110 100001 10000011 100110 110000

Color Harmonies of #4CAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAB5D

Black with #4CAB5D

Text Example


Text Example

White with #4CAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,171,93); }

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

background-color css

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

 a { background-color: rgb(76,171,93); }

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

border-color css

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

 span { border-color: rgb(76,171,93); }

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