Html Css Color HEX #4CBA5D Fruit Salad

📋 copy color: '#4CBA5D'

red 76 ◦ green 186 ◦ blue 93

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

Shades of Fruit Salad #4CBA5D

Tints of Fruit Salad #4CBA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.39%

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

R = 21.41%
G = 52.39%
B = 26.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#4CBA5D (or 0x4CBA5D) is known color: Fruit Salad. HEX triplet: 4C, BA and 5D. RGB value is (76,186,93). Sum of RGB (Red+Green+Blue) = 76+186+93=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBA5D is #B345A2. Grayscale: #8E8E8E. Windows color (decimal): -11748771 or 6142540. OLE color: 6142540.

HSL color Cylindrical-coordinate representation of color #4CBA5D: hue angle of 129.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBA5D is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 186 93 -
CMYK 0.59 0 0.5 0.27
HSL 129.27º 0.44% 0.51% -
HSV(B) 129.27º 0.59% 0.73% -
XYZ 22.52 37.44 16.4 -
YUV 142.51 100.06 80.56 -
System Red Green Blue C M Y K H S L
Decimal 76 186 93 0.59 0 0.5 0.27 129.27 0.44 0.51
Hex 4C BA 5D 3B 0 32 1B 81 2C 33
Octal 114 272 135 73 0 62 33 201 54 63
Binary 1001100 10111010 1011101 111011 0 110010 11011 10000001 101100 110011

Color Harmonies of #4CBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBA5D

Black with #4CBA5D

Text Example


Text Example

White with #4CBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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