Html Css Color HEX #4CBA5A Fruit Salad

📋 copy color: '#4CBA5A'

red 76 ◦ green 186 ◦ blue 90

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

Shades of Fruit Salad #4CBA5A

Tints of Fruit Salad #4CBA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 21.59%
G = 52.84%
B = 25.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#4CBA5A (or 0x4CBA5A) is known color: Fruit Salad. HEX triplet: 4C, BA and 5A. RGB value is (76,186,90). Sum of RGB (Red+Green+Blue) = 76+186+90=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBA5A is #B345A5. Grayscale: #8E8E8E. Windows color (decimal): -11748774 or 5945932. OLE color: 5945932.

HSL color Cylindrical-coordinate representation of color #4CBA5A: hue angle of 127.64º 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 #4CBA5A is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 186 90 -
CMYK 0.59 0 0.52 0.27
HSL 127.64º 0.44% 0.51% -
HSV(B) 127.64º 0.59% 0.73% -
XYZ 22.38 37.39 15.71 -
YUV 142.17 98.56 80.81 -
System Red Green Blue C M Y K H S L
Decimal 76 186 90 0.59 0 0.52 0.27 127.64 0.44 0.51
Hex 4C BA 5A 3B 0 34 1B 80 2C 33
Octal 114 272 132 73 0 64 33 200 54 63
Binary 1001100 10111010 1011010 111011 0 110100 11011 10000000 101100 110011

Color Harmonies of #4CBA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBA5A

Black with #4CBA5A

Text Example


Text Example

White with #4CBA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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