Html Css Color HEX #4ABE5A Fruit Salad

📋 copy color: '#4ABE5A'

red 74 ◦ green 190 ◦ blue 90

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

Shades of Fruit Salad #4ABE5A

Tints of Fruit Salad #4ABE5A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.67%

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 20.9%
G = 53.67%
B = 25.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#4ABE5A (or 0x4ABE5A) is known color: Fruit Salad. HEX triplet: 4A, BE and 5A. RGB value is (74,190,90). Sum of RGB (Red+Green+Blue) = 74+190+90=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABE5A is #B541A5. Grayscale: #909090. Windows color (decimal): -11878822 or 5946954. OLE color: 5946954.

HSL color Cylindrical-coordinate representation of color #4ABE5A: hue angle of 128.28º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE5A is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 190 90 -
CMYK 0.61 0 0.53 0.25
HSL 128.28º 0.47% 0.52% -
HSV(B) 128.28º 0.61% 0.75% -
XYZ 23.08 39.02 15.99 -
YUV 143.92 97.57 78.13 -
System Red Green Blue C M Y K H S L
Decimal 74 190 90 0.61 0 0.53 0.25 128.28 0.47 0.52
Hex 4A BE 5A 3D 0 35 19 80 2F 34
Octal 112 276 132 75 0 65 31 200 57 64
Binary 1001010 10111110 1011010 111101 0 110101 11001 10000000 101111 110100

Color Harmonies of #4ABE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABE5A

Black with #4ABE5A

Text Example


Text Example

White with #4ABE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,190,90); }

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

background-color css

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

 a { background-color: rgb(74,190,90); }

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

border-color css

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

 span { border-color: rgb(74,190,90); }

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