Html Css Color HEX #4AB65D Fruit Salad

📋 copy color: '#4AB65D'

red 74 ◦ green 182 ◦ blue 93

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

Shades of Fruit Salad #4AB65D

Tints of Fruit Salad #4AB65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 21.2%
G = 52.15%
B = 26.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#4AB65D (or 0x4AB65D) is known color: Fruit Salad. HEX triplet: 4A, B6 and 5D. RGB value is (74,182,93). Sum of RGB (Red+Green+Blue) = 74+182+93=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB65D is #B549A2. Grayscale: #8B8B8B. Windows color (decimal): -11880867 or 6141514. OLE color: 6141514.

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

Color convert

RGB 74 182 93 -
CMYK 0.59 0 0.49 0.29
HSL 130.56º 0.43% 0.5% -
HSV(B) 130.56º 0.59% 0.71% -
XYZ 21.53 35.7 16.11 -
YUV 139.56 101.72 81.24 -
System Red Green Blue C M Y K H S L
Decimal 74 182 93 0.59 0 0.49 0.29 130.56 0.43 0.5
Hex 4A B6 5D 3B 0 31 1D 83 2B 32
Octal 112 266 135 73 0 61 35 203 53 62
Binary 1001010 10110110 1011101 111011 0 110001 11101 10000011 101011 110010

Color Harmonies of #4AB65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB65D

Black with #4AB65D

Text Example


Text Example

White with #4AB65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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