Html Css Color HEX #4CB642 Fruit Salad

📋 copy color: '#4CB642'

red 76 ◦ green 182 ◦ blue 66

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

Shades of Fruit Salad #4CB642

Tints of Fruit Salad #4CB642

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.17%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 23.46%
G = 56.17%
B = 20.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#4CB642 (or 0x4CB642) is known color: Fruit Salad. HEX triplet: 4C, B6 and 42. RGB value is (76,182,66). Sum of RGB (Red+Green+Blue) = 76+182+66=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 182 (71.48% from 255 or 56.17% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB642 is #B349BD. Grayscale: #898989. Windows color (decimal): -11749822 or 4372044. OLE color: 4372044.

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

Color convert

RGB 76 182 66 -
CMYK 0.58 0 0.64 0.29
HSL 114.83º 0.47% 0.49% -
HSV(B) 114.83º 0.64% 0.71% -
XYZ 20.69 35.39 10.89 -
YUV 137.08 87.88 84.43 -
System Red Green Blue C M Y K H S L
Decimal 76 182 66 0.58 0 0.64 0.29 114.83 0.47 0.49
Hex 4C B6 42 3A 0 40 1D 73 2F 31
Octal 114 266 102 72 0 100 35 163 57 61
Binary 1001100 10110110 1000010 111010 0 1000000 11101 1110011 101111 110001

Color Harmonies of #4CB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB642

Black with #4CB642

Text Example


Text Example

White with #4CB642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,182,66); }

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

background-color css

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

 a { background-color: rgb(76,182,66); }

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

border-color css

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

 span { border-color: rgb(76,182,66); }

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