Html Css Color HEX #4AB53C Fruit Salad

📋 copy color: '#4AB53C'

red 74 ◦ green 181 ◦ blue 60

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

Shades of Fruit Salad #4AB53C

Tints of Fruit Salad #4AB53C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.46%

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 23.49%
G = 57.46%
B = 19.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#4AB53C (or 0x4AB53C) is known color: Fruit Salad. HEX triplet: 4A, B5 and 3C. RGB value is (74,181,60). Sum of RGB (Red+Green+Blue) = 74+181+60=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB53C is #B54AC3. Grayscale: #878787. Windows color (decimal): -11881156 or 3978570. OLE color: 3978570.

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

Color convert

RGB 74 181 60 -
CMYK 0.59 0 0.67 0.29
HSL 113.06º 0.5% 0.47% -
HSV(B) 113.06º 0.67% 0.71% -
XYZ 20.16 34.83 9.94 -
YUV 135.21 85.55 84.34 -
System Red Green Blue C M Y K H S L
Decimal 74 181 60 0.59 0 0.67 0.29 113.06 0.5 0.47
Hex 4A B5 3C 3B 0 43 1D 71 32 2F
Octal 112 265 74 73 0 103 35 161 62 57
Binary 1001010 10110101 111100 111011 0 1000011 11101 1110001 110010 101111

Color Harmonies of #4AB53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB53C

Black with #4AB53C

Text Example


Text Example

White with #4AB53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,181,60); }

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

background-color css

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

 a { background-color: rgb(74,181,60); }

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

border-color css

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

 span { border-color: rgb(74,181,60); }

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