Html Css Color HEX #3AC251 Fruit Salad

📋 copy color: '#3AC251'

red 58 ◦ green 194 ◦ blue 81

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

Shades of Fruit Salad #3AC251

Tints of Fruit Salad #3AC251

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.26%

 BLUE value IS 81 (32.03% from 255) = 24.32%

R = 17.42%
G = 58.26%
B = 24.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#3AC251 (or 0x3AC251) is known color: Fruit Salad. HEX triplet: 3A, C2 and 51. RGB value is (58,194,81). Sum of RGB (Red+Green+Blue) = 58+194+81=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC251 is #C53DAE. Grayscale: #8C8C8C. Windows color (decimal): -12926383 or 5358138. OLE color: 5358138.

HSL color Cylindrical-coordinate representation of color #3AC251: hue angle of 130.15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC251 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 194 81 -
CMYK 0.70 0 0.58 0.24
HSL 130.15º 0.54% 0.49% -
HSV(B) 130.15º 0.7% 0.76% -
XYZ 22.52 40.08 14.33 -
YUV 140.45 94.44 69.19 -
System Red Green Blue C M Y K H S L
Decimal 58 194 81 0.70 0 0.58 0.24 130.15 0.54 0.49
Hex 3A C2 51 46 0 3A 18 82 36 31
Octal 72 302 121 106 0 72 30 202 66 61
Binary 111010 11000010 1010001 1000110 0 111010 11000 10000010 110110 110001

Color Harmonies of #3AC251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC251

Black with #3AC251

Text Example


Text Example

White with #3AC251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,194,81); }

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

background-color css

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

 a { background-color: rgb(58,194,81); }

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

border-color css

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

 span { border-color: rgb(58,194,81); }

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