Html Css Color HEX #4CB45C Fruit Salad

📋 copy color: '#4CB45C'

red 76 ◦ green 180 ◦ blue 92

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

Shades of Fruit Salad #4CB45C

Tints of Fruit Salad #4CB45C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.72%

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 21.84%
G = 51.72%
B = 26.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#4CB45C (or 0x4CB45C) is known color: Fruit Salad. HEX triplet: 4C, B4 and 5C. RGB value is (76,180,92). Sum of RGB (Red+Green+Blue) = 76+180+92=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB45C is #B34BA3. Grayscale: #8B8B8B. Windows color (decimal): -11750308 or 6075468. OLE color: 6075468.

HSL color Cylindrical-coordinate representation of color #4CB45C: hue angle of 129.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB45C is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 180 92 -
CMYK 0.58 0 0.49 0.29
HSL 129.23º 0.41% 0.5% -
HSV(B) 129.23º 0.58% 0.71% -
XYZ 21.23 34.95 15.75 -
YUV 138.87 101.54 83.16 -
System Red Green Blue C M Y K H S L
Decimal 76 180 92 0.58 0 0.49 0.29 129.23 0.41 0.5
Hex 4C B4 5C 3A 0 31 1D 81 29 32
Octal 114 264 134 72 0 61 35 201 51 62
Binary 1001100 10110100 1011100 111010 0 110001 11101 10000001 101001 110010

Color Harmonies of #4CB45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB45C

Black with #4CB45C

Text Example


Text Example

White with #4CB45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,180,92); }

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

background-color css

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

 a { background-color: rgb(76,180,92); }

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

border-color css

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

 span { border-color: rgb(76,180,92); }

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