Html Css Color HEX #4BAD5D Fruit Salad

📋 copy color: '#4BAD5D'

red 75 ◦ green 173 ◦ blue 93

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

Shades of Fruit Salad #4BAD5D

Tints of Fruit Salad #4BAD5D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.73%

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

R = 21.99%
G = 50.73%
B = 27.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#4BAD5D (or 0x4BAD5D) is known color: Fruit Salad. HEX triplet: 4B, AD and 5D. RGB value is (75,173,93). Sum of RGB (Red+Green+Blue) = 75+173+93=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD5D is #B452A2. Grayscale: #868686. Windows color (decimal): -11817635 or 6139211. OLE color: 6139211.

HSL color Cylindrical-coordinate representation of color #4BAD5D: hue angle of 131.02º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAD5D is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 173 93 -
CMYK 0.57 0 0.46 0.32
HSL 131.02º 0.4% 0.49% -
HSV(B) 131.02º 0.57% 0.68% -
XYZ 19.82 32.17 15.52 -
YUV 134.58 104.53 85.5 -
System Red Green Blue C M Y K H S L
Decimal 75 173 93 0.57 0 0.46 0.32 131.02 0.4 0.49
Hex 4B AD 5D 39 0 2E 20 83 28 31
Octal 113 255 135 71 0 56 40 203 50 61
Binary 1001011 10101101 1011101 111001 0 101110 100000 10000011 101000 110001

Color Harmonies of #4BAD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAD5D

Black with #4BAD5D

Text Example


Text Example

White with #4BAD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,173,93); }

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

background-color css

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

 a { background-color: rgb(75,173,93); }

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

border-color css

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

 span { border-color: rgb(75,173,93); }

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