Html Css Color HEX #4ABD41 Fruit Salad

📋 copy color: '#4ABD41'

red 74 ◦ green 189 ◦ blue 65

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

Shades of Fruit Salad #4ABD41

Tints of Fruit Salad #4ABD41

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.62%

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 22.56%
G = 57.62%
B = 19.82%

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

#4ABD41 (or 0x4ABD41) is known color: Fruit Salad. HEX triplet: 4A, BD and 41. RGB value is (74,189,65). Sum of RGB (Red+Green+Blue) = 74+189+65=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABD41 is #B542BE. Grayscale: #8C8C8C. Windows color (decimal): -11879103 or 4308298. OLE color: 4308298.

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

Color convert

RGB 74 189 65 -
CMYK 0.61 0 0.66 0.26
HSL 115.65º 0.49% 0.5% -
HSV(B) 115.65º 0.66% 0.74% -
XYZ 21.98 38.23 11.22 -
YUV 140.48 85.4 80.58 -
System Red Green Blue C M Y K H S L
Decimal 74 189 65 0.61 0 0.66 0.26 115.65 0.49 0.5
Hex 4A BD 41 3D 0 42 1A 74 31 32
Octal 112 275 101 75 0 102 32 164 61 62
Binary 1001010 10111101 1000001 111101 0 1000010 11010 1110100 110001 110010

Color Harmonies of #4ABD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABD41

Black with #4ABD41

Text Example


Text Example

White with #4ABD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,189,65); }

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

background-color css

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

 a { background-color: rgb(74,189,65); }

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

border-color css

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

 span { border-color: rgb(74,189,65); }

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