Html Css Color HEX #4AB645 Fruit Salad

📋 copy color: '#4AB645'

red 74 ◦ green 182 ◦ blue 69

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

Shades of Fruit Salad #4AB645

Tints of Fruit Salad #4AB645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 22.77%
G = 56%
B = 21.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#4AB645 (or 0x4AB645) is known color: Fruit Salad. HEX triplet: 4A, B6 and 45. RGB value is (74,182,69). Sum of RGB (Red+Green+Blue) = 74+182+69=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 182 (71.48% from 255 or 56% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB645 is #B549BA. Grayscale: #898989. Windows color (decimal): -11880891 or 4568650. OLE color: 4568650.

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

Color convert

RGB 74 182 69 -
CMYK 0.59 0 0.62 0.29
HSL 117.35º 0.45% 0.49% -
HSV(B) 117.35º 0.62% 0.71% -
XYZ 20.63 35.34 11.36 -
YUV 136.83 89.72 83.19 -
System Red Green Blue C M Y K H S L
Decimal 74 182 69 0.59 0 0.62 0.29 117.35 0.45 0.49
Hex 4A B6 45 3B 0 3E 1D 75 2D 31
Octal 112 266 105 73 0 76 35 165 55 61
Binary 1001010 10110110 1000101 111011 0 111110 11101 1110101 101101 110001

Color Harmonies of #4AB645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB645

Black with #4AB645

Text Example


Text Example

White with #4AB645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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