Html Css Color HEX #3DA74C Fruit Salad

📋 copy color: '#3DA74C'

red 61 ◦ green 167 ◦ blue 76

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

Shades of Fruit Salad #3DA74C

Tints of Fruit Salad #3DA74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25%

R = 20.07%
G = 54.93%
B = 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

#3DA74C (or 0x3DA74C) is known color: Fruit Salad. HEX triplet: 3D, A7 and 4C. RGB value is (61,167,76). Sum of RGB (Red+Green+Blue) = 61+167+76=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 167 (65.62% from 255 or 54.93% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 167 - color contains mainly: green. Hex color #3DA74C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA74C is #C258B3. Grayscale: #7D7D7D. Windows color (decimal): -12736692 or 5023549. OLE color: 5023549.

HSL color Cylindrical-coordinate representation of color #3DA74C: hue angle of 128.49º 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 #3DA74C is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 167 76 -
CMYK 0.63 0 0.54 0.35
HSL 128.49º 0.46% 0.45% -
HSV(B) 128.49º 0.63% 0.65% -
XYZ 17.05 29.15 11.57 -
YUV 124.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 61 167 76 0.63 0 0.54 0.35 128.49 0.46 0.45
Hex 3D A7 4C 3F 0 36 23 80 2E 2D
Octal 75 247 114 77 0 66 43 200 56 55
Binary 111101 10100111 1001100 111111 0 110110 100011 10000000 101110 101101

Color Harmonies of #3DA74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA74C

Black with #3DA74C

Text Example


Text Example

White with #3DA74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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