Html Css Color HEX #4AB642 Fruit Salad

📋 copy color: '#4AB642'

red 74 ◦ green 182 ◦ blue 66

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

Shades of Fruit Salad #4AB642

Tints of Fruit Salad #4AB642

RGB

 RED value IS 74 (29.3% from 255) = 22.98%

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

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

R = 22.98%
G = 56.52%
B = 20.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#4AB642 (or 0x4AB642) is known color: Fruit Salad. HEX triplet: 4A, B6 and 42. RGB value is (74,182,66). Sum of RGB (Red+Green+Blue) = 74+182+66=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB642 is #B549BD. Grayscale: #888888. Windows color (decimal): -11880894 or 4372042. OLE color: 4372042.

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

Color convert

RGB 74 182 66 -
CMYK 0.59 0 0.64 0.29
HSL 115.86º 0.47% 0.49% -
HSV(B) 115.86º 0.64% 0.71% -
XYZ 20.54 35.31 10.89 -
YUV 136.48 88.22 83.43 -
System Red Green Blue C M Y K H S L
Decimal 74 182 66 0.59 0 0.64 0.29 115.86 0.47 0.49
Hex 4A B6 42 3B 0 40 1D 74 2F 31
Octal 112 266 102 73 0 100 35 164 57 61
Binary 1001010 10110110 1000010 111011 0 1000000 11101 1110100 101111 110001

Color Harmonies of #4AB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB642

Black with #4AB642

Text Example


Text Example

White with #4AB642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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