Html Css Color HEX #3DA74D Fruit Salad

📋 copy color: '#3DA74D'

red 61 ◦ green 167 ◦ blue 77

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

Shades of Fruit Salad #3DA74D

Tints of Fruit Salad #3DA74D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.75%

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 20%
G = 54.75%
B = 25.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#3DA74D (or 0x3DA74D) is known color: Fruit Salad. HEX triplet: 3D, A7 and 4D. RGB value is (61,167,77). Sum of RGB (Red+Green+Blue) = 61+167+77=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 167 (65.62% from 255 or 54.75% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 167 - color contains mainly: green. Hex color #3DA74D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA74D is #C258B2. Grayscale: #7D7D7D. Windows color (decimal): -12736691 or 5089085. OLE color: 5089085.

HSL color Cylindrical-coordinate representation of color #3DA74D: hue angle of 129.06º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA74D is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 167 77 -
CMYK 0.63 0 0.54 0.35
HSL 129.06º 0.46% 0.45% -
HSV(B) 129.06º 0.63% 0.65% -
XYZ 17.08 29.17 11.75 -
YUV 125.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 61 167 77 0.63 0 0.54 0.35 129.06 0.46 0.45
Hex 3D A7 4D 3F 0 36 23 81 2E 2D
Octal 75 247 115 77 0 66 43 201 56 55
Binary 111101 10100111 1001101 111111 0 110110 100011 10000001 101110 101101

Color Harmonies of #3DA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA74D

Black with #3DA74D

Text Example


Text Example

White with #3DA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,167,77); }

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

background-color css

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

 a { background-color: rgb(61,167,77); }

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

border-color css

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

 span { border-color: rgb(61,167,77); }

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