Html Css Color HEX #4CA256 Fruit Salad

📋 copy color: '#4CA256'

red 76 ◦ green 162 ◦ blue 86

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

Shades of Fruit Salad #4CA256

Tints of Fruit Salad #4CA256

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50%

 BLUE value IS 86 (33.98% from 255) = 26.54%

R = 23.46%
G = 50%
B = 26.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#4CA256 (or 0x4CA256) is known color: Fruit Salad. HEX triplet: 4C, A2 and 56. RGB value is (76,162,86). Sum of RGB (Red+Green+Blue) = 76+162+86=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA256 is #B35DA9. Grayscale: #7F7F7F. Windows color (decimal): -11754922 or 5677644. OLE color: 5677644.

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

Color convert

RGB 76 162 86 -
CMYK 0.53 0 0.47 0.36
HSL 126.98º 0.36% 0.47% -
HSV(B) 126.98º 0.53% 0.64% -
XYZ 17.58 28.05 13.29 -
YUV 127.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 76 162 86 0.53 0 0.47 0.36 126.98 0.36 0.47
Hex 4C A2 56 35 0 2F 24 7F 24 2F
Octal 114 242 126 65 0 57 44 177 44 57
Binary 1001100 10100010 1010110 110101 0 101111 100100 1111111 100100 101111

Color Harmonies of #4CA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA256

Black with #4CA256

Text Example


Text Example

White with #4CA256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,162,86); }

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

background-color css

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

 a { background-color: rgb(76,162,86); }

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

border-color css

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

 span { border-color: rgb(76,162,86); }

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