Html Css Color HEX #3ABA50 Fruit Salad

📋 copy color: '#3ABA50'

red 58 ◦ green 186 ◦ blue 80

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

Shades of Fruit Salad #3ABA50

Tints of Fruit Salad #3ABA50

RGB

 RED value IS 58 (23.05% from 255) = 17.9%

 GREEN value IS 186 (73.05% from 255) = 57.41%

 BLUE value IS 80 (31.64% from 255) = 24.69%

R = 17.9%
G = 57.41%
B = 24.69%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#3ABA50 (or 0x3ABA50) is known color: Fruit Salad. HEX triplet: 3A, BA and 50. RGB value is (58,186,80). Sum of RGB (Red+Green+Blue) = 58+186+80=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ABA50 is #C545AF. Grayscale: #878787. Windows color (decimal): -12928432 or 5290554. OLE color: 5290554.

HSL color Cylindrical-coordinate representation of color #3ABA50: hue angle of 130.31º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABA50 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 186 80 -
CMYK 0.69 0 0.57 0.27
HSL 130.31º 0.52% 0.48% -
HSV(B) 130.31º 0.69% 0.73% -
XYZ 20.75 36.6 13.56 -
YUV 135.64 96.59 72.62 -
System Red Green Blue C M Y K H S L
Decimal 58 186 80 0.69 0 0.57 0.27 130.31 0.52 0.48
Hex 3A BA 50 45 0 39 1B 82 34 30
Octal 72 272 120 105 0 71 33 202 64 60
Binary 111010 10111010 1010000 1000101 0 111001 11011 10000010 110100 110000

Color Harmonies of #3ABA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABA50

Black with #3ABA50

Text Example


Text Example

White with #3ABA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ABA50; }

 p { color: rgb(58,186,80); }

 H1.HeaderClassName
 {
   color: #3ABA50;
 }
 .AnyTagClassName
 {
   color: #3ABA50;
 }
</style>

background-color css

<style>
 a { background-color: #3ABA50; }

 a { background-color: rgb(58,186,80); }

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

border-color css

<style>
 span { border-color: #3ABA50; }

 span { border-color: rgb(58,186,80); }

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