Html Css Color HEX #3DB34F Fruit Salad

📋 copy color: '#3DB34F'

red 61 ◦ green 179 ◦ blue 79

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

Shades of Fruit Salad #3DB34F

Tints of Fruit Salad #3DB34F

RGB

 RED value IS 61 (24.22% from 255) = 19.12%

 GREEN value IS 179 (70.31% from 255) = 56.11%

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 19.12%
G = 56.11%
B = 24.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#3DB34F (or 0x3DB34F) is known color: Fruit Salad. HEX triplet: 3D, B3 and 4F. RGB value is (61,179,79). Sum of RGB (Red+Green+Blue) = 61+179+79=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB34F is #C24CB0. Grayscale: #848484. Windows color (decimal): -12733617 or 5223229. OLE color: 5223229.

HSL color Cylindrical-coordinate representation of color #3DB34F: hue angle of 129.15º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB34F is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 61 179 79 -
CMYK 0.66 0 0.56 0.30
HSL 129.15º 0.49% 0.47% -
HSV(B) 129.15º 0.66% 0.7% -
XYZ 19.46 33.8 12.9 -
YUV 132.32 97.91 77.13 -
System Red Green Blue C M Y K H S L
Decimal 61 179 79 0.66 0 0.56 0.30 129.15 0.49 0.47
Hex 3D B3 4F 42 0 38 1E 81 31 2F
Octal 75 263 117 102 0 70 36 201 61 57
Binary 111101 10110011 1001111 1000010 0 111000 11110 10000001 110001 101111

Color Harmonies of #3DB34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB34F

Black with #3DB34F

Text Example


Text Example

White with #3DB34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,179,79); }

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

background-color css

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

 a { background-color: rgb(61,179,79); }

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

border-color css

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

 span { border-color: rgb(61,179,79); }

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