Html Css Color HEX #4ABC40 Fruit Salad

📋 copy color: '#4ABC40'

red 74 ◦ green 188 ◦ blue 64

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

Shades of Fruit Salad #4ABC40

Tints of Fruit Salad #4ABC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.67%

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 22.7%
G = 57.67%
B = 19.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#4ABC40 (or 0x4ABC40) is known color: Fruit Salad. HEX triplet: 4A, BC and 40. RGB value is (74,188,64). Sum of RGB (Red+Green+Blue) = 74+188+64=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC40 is #B543BF. Grayscale: #8C8C8C. Windows color (decimal): -11879360 or 4242506. OLE color: 4242506.

HSL color Cylindrical-coordinate representation of color #4ABC40: hue angle of 115.16º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ABC40 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 188 64 -
CMYK 0.61 0 0.66 0.26
HSL 115.16º 0.49% 0.49% -
HSV(B) 115.16º 0.66% 0.74% -
XYZ 21.73 37.79 11 -
YUV 139.78 85.23 81.08 -
System Red Green Blue C M Y K H S L
Decimal 74 188 64 0.61 0 0.66 0.26 115.16 0.49 0.49
Hex 4A BC 40 3D 0 42 1A 73 31 31
Octal 112 274 100 75 0 102 32 163 61 61
Binary 1001010 10111100 1000000 111101 0 1000010 11010 1110011 110001 110001

Color Harmonies of #4ABC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABC40

Black with #4ABC40

Text Example


Text Example

White with #4ABC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,188,64); }

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

background-color css

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

 a { background-color: rgb(74,188,64); }

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

border-color css

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

 span { border-color: rgb(74,188,64); }

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